@import url("reset.css"); /* css reset */

#container {
width:819px;
margin:30px auto 0 auto;
}
#header {
width:100%;
margin-bottom:15px;
float:left;
}
#mainContent {
display:inline;
float:left;
margin:20px 0 1px 74px;
width:669px;
background-color:#e0e0e0;
border:1px solid #ccc;
}
#footer {
margin:0 auto;
width:671px;
height:119px;
background:url(../pics/bg-footer.jpg) repeat-x left top;
clear:both;
}
#subFooter {
position:relative;
margin:20px auto 0 auto;
width:817px;
height:45px;
background-color:#ccc;
clear:both;
}