/* CSS Document */
body{
    margin:0px;
    padding:0px;
}
#frame{
    top:50%;
    left:50%;
    position:absolute;
    width:790px;
    height:600px;
    margin-top:-300px;
    margin-left:-407px;
}
#leftbanner{
float:left;
width:160px;
height:600px;
}
#main{
float:left;
width:468px;
height:600px;
}
#pass{
text-align:center;
font-size:90%;
width:100%;
height:35px;
line-height:30px;
}
#movie{
width:100%;
height:423px;
}
#under{
width:100%;
height:127px;
font-size:75%;
}
#notview{
font-size:78%;
text-align:right;
width:100%;
height:15px;
}
#rightbanner{
line-height:110%;
font-size:95%;
width:160px;
height:600px;
float:right;
}
#rightbanner hr{
margin : 0.7em 0;
color : #fff;
border : 0;
}

