@charset "utf-8";
html{
height:100%;
}
body{
height:100%;
}

#tMovie{
padding-bottom:0px;
}
#logo{
padding:20px;
}
#header{
height:454px;
background:url(../images/bg_top_main.png);
background-position:center top;
background-repeat:no-repeat;
}
#wrap{
margin:0 auto;
width:870px;
}
#header{
width:870px;
background:url(../images/bg_top_main.png);
background-position:top center;
}
#nav{
width:870px;
margin-bottom:20px;
height:auto;
}
#nav ul{
margin-bottom:40px;
}
.navL{
float:left;
display:inline;
width:415px;
margin:20px 40px 0 0;
}
.navR{
float:left;
display:inline;
width:415px;
margin:20px 0 0 0;
}
#center{
margin-top:40px;
height:100%;
}
#tMovie{
text-align:center;
}
#footer{
display:block;
margin:0 auto;
width:870px;
height:20px;
background:url(../images/bg_footer.png);
background-repeat:repeat-x;
background-position:bottom;
}
#footerWrap{
background:url(../images/bg_wide.png);
background-repeat:repeat-x;
background-position:bottom;
}



