html {
 height: 100%;

}

#content{
display:block;
margin:auto;
width: 1024px;
}
#content *{
  background : #565C59;

}

body {
background: #565C59;
}


