/* CSS Document */
html, body {
min-height: 100%;
height: 100%;
width:100%;
}
/* firefox directive 
html>body, html>body #page {
height:auto;
}
*/
body {
text-align:center;
}

#center {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width : 767px;
  background-color:#000000;
  margin-top:50px;
  color:#FFFFFF;
      }
