@charset "UTF-8";
/* CSS Document */
body{
background-image:url(layout/main_bg.jpg);
margin:auto 0;
font-family:"Courier New", Courier, monospace;
font-weight:bold;
}
#container_wrap{
width:1480px;
height:1200px;
background:url(layout/container_bg.jpg) no-repeat;
}
#header{
height:410px;
}
#nav{
width:553px;
height:105px;
background:url(layout/nav_bg.jpg) no-repeat;
margin-left:556px;
}
#nav_left{
padding:18px 0 0 0;
float:left;
width:426px;
}
#nav_right{
float:left;
}
#body_wrap{
margin-top:50px;
padding:0 0 0 400px;
width:768px;
height:300px;
overflow:auto;
}