body { font-family:Verdana; font-size:14px; margin:0; line-height:150%;}
#container {margin:0 auto; width:900px;}
#header { height:100px; background-image: url('./img/headerBackground.jpg'); background-size: 100% 100%; background-repeat: no-repeat; background-position: center; margin-bottom:5px; display: flex;}
#mainContent { background:url(bg.gif) 0 0 repeat-y; overflow:auto;zoom:1; margin-bottom:5px;}
#sidebar { float:left; width:150px;padding-top:20px;background:#9ff;text-align:center;position: fixed;}
#content { float:right; width:725px; padding:10px; padding-top:20px;background:#cff;}
#footer { height:60px; background:black; font-size: 10px; text-align: center; color:#555}
.clearfloat { clear:both; height:0; font-size: 1px; line-height: 0px;}