/* CSS Document */
body {
margin:0;
background-image:url(../images/body_back.jpg);
background-repeat: no-repeat;
background-position: top;
}
#container {
height: 800px;
width: 852px;
margin:0px auto;
padding-top:53px;
}
#header {
width:800px;
height:125px;
background-image:url(../images/header.jpg);
background-repeat:no-repeat
}

#left {
background-image:url(../images/left.jpg);
background-repeat:no-repeat;
height:575px;
width:207px;
float:left;
margin:0px;
position:absolute;
}
#advertise {
position: inherit;
margin-top:170px;
margin-left:0px;
z-index:39;
}

#centerTop {
border-style:solid;
border-color:#9999FF;
border-width:thin;
width:418px;
height:auto;
margin-left:215px;
margin-bottom:10px;
}
#drama {
border-style:solid;
border-color:#9999FF;
border-width:thin;
width:418px;
padding-top:5px;
height:auto;
margin-left: 215px;
margin-bottom:10px;
}

#center {
border-style:solid;
border-color:#9999FF;
border-width:thin;
width:418px;
height:auto;
margin-left:215px;
}

#right {
width:160px;
height:800px;
float:right;
margin-right:50px;
}
