@charset "utf-8";
/* CSS Document */

body {
margin:0px;
text-align: left;
font-family:Arial, Helvetica, sans-serif ;
font-size:11px;
color:#ffffff;
line-height:15px;
background-color: #000000;
background-image:url(../images/curtain_bkgnd.jpg);
background-position:center;
background-size:cover;
background-repeat:no-repeat;
}

ol {margin:0; padding-left:15px;}

p {margin:0; padding-bottom:12px}

.fineprint {	
font-size: 10px;
line-height:12px;
color:#ffffff;
padding-bottom:5px;
}

#scroll-pane {
width: 550px;
height: 780px;
overflow: auto;	
}


#wrapper {
width:1000px;
height:800px;
margin:0 auto;
margin-top: 250px;
}

#left_pane {
width:410px;
height:100%;
position:relative;
float:left;
}

#movie_pane {
width:550px;
height:100%;
position:relative;
float:right;
}

#footer {
clear:both;
height:40px;
width: 1160px;
}


#movie_table img{
padding-right:10px;
padding-bottom:15px;
float:left;
}

h1{
font-size:16px;
color:#ed1b2f;


}

#tc{
font-size:10px;
color:#FFFFFF;
}


