body {
background-color: #333333;
}
#wrapper {
width: 100%;
text-align: center;
margin-top: 10px;
}
#container {
width: 750px;
margin-left:auto;
margin-right:auto;
} 
#header {
width: 100%;
background-color:#333333;
height: 100px;
 margin-bottom: 10px; 
}
#content {
width: 100%;
background-color:#333333;
height: 400px;
}

