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

body{
padding:0px;
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
color:#666666;
background-color:#000120;
background-image:url(http://trailers.apple.com/trailers/lions_gate/spynextdoor/images/main.jpg);
background-position:center top;
background-repeat:no-repeat;	
}


#container, #containerTrailerLarge,#containerTrailerMedium,#containerTrailerSmall{
width:100%;
height:760px;
position:absolute;
top:0px;
}


#containerTrailerLarge{
background-image:url(../images/trailerLg.jpg);
}


#containerTrailerMedium{
background-image:url(../images/trailerMed.jpg);
}


#containerTrailerSmall{
background-image:url(../images/trailerSmall.jpg);
}

#holder{
width:950px;
height:760px;
padding:0px;
position:absolute;
margin-left:-475px;
top:0;
left:50%;
}

#title{
width:450px;
height:245px;
position:absolute;
top:280px;
right:0px;
}

#webURL{
width:450px;
height:35px;
position:absolute;
top:572px;

}

#footer{
width:950px;
height:165px;
position:absolute;
bottom:0px;

}

#trailerHolder{
width:950px;
height:288px;
text-align:center;
position:absolute;
top:187px;

}

#backBtn{
padding:0px;
margin-left:-125px;
width:250px;
height:60px;
position:absolute;
left:50%;
}

#movie-hd1, #movie-hd2, #movie-hd3{
background-color:#FFFFFF;
width:33px;
height:16px;
position:absolute;
top:536px;
}

#movie-hd1{left:132px;}
#movie-hd2{left:93px;}
#movie-hd3{left:55px;}
