body {
background-color: #000000;
}
#wrapper {
width: 100%;
text-align: center;
margin-top: 10px;
}
#container {
width: 750px;
margin-left:auto;
margin-right:auto;
} 
#header {
width: 100%;
background-color:#666666;
height: 100px;
<!-- margin-bottom: 10px; -->
}
#content {
width: 100%;
background-color:#666666;
height: 400px;
}
img
{
  border:0;
}
