body{
margin:0;
padding:0;
}
#main_container{
width:800px;
height:auto;
margin:auto;
}
#header{
width:800px;
height:350px;
}
#header_top{
width:800px;
height:30px;
background-image:url(img/footer_bg.jpg);
background-repeat:repeat;
}
#header_mid{
width:800px;
height:70px;
}
#header_bottom{
width:800px;
height:250px;
}
#menu_area{
width:800px;
height:60px;
background-image:url(img/menu_bg.jpg);
background-repeat:repeat;
}
#content_area{
width:800px;
height:auto;
}
#content_area_left{
width:300px;
height:auto;
float:left;
}
#content_area_right{
width:500px;
height:auto;
float:right;
}
#footer_area{
width:800px;
height:230px;
}