
body {
margin: 0px;
padding: 0px;
background-color: SteelBlue;
}


#container { position: absolute; top: 5%; width: 100%; height: 100%; overflow: visible; }  

#content { position: absolute; left: 50%; width: 600px; margin-left: -210px; height: 700px; top: 10px; background-color: white; overflow-x: hidden; overflow-y: hidden;} 

#navbar { position: absolute; left: 50%; width: 150px; margin-left: -360px; height: 540px; top: 10px; background-color: white;}
}



 