body {
margin:0;
padding:0;
background:#000;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
color:#fff;}

#container{
width:760px;
margin: 0 auto;
text-align:left;
}

/*PAGE CONTAINERS*/
#synopsisBkg{
width: 760px;
height: 400px;
background:url(../images/synopsis-bkg.jpg) no-repeat;}

#keyBkg{
width: 760px;
height: 400px;
margin-top:200px;
background:url(../images/key-bkg.jpg) no-repeat;
}
#trailerBkg{
width: 760px;
height: 400px;
background:url(../images/trailer-bkg.jpg) no-repeat;
}
#photosBkg{
width: 760px;
height: 400px;
background:url(../images/photosblur-bkg.jpg) no-repeat;
}
#splashBkg{
width: 760px;
height: 400px;
background:url(../images/splash-bkg3.jpg) no-repeat;
}
/*FONT CLASSES*/
.s10grey {
font-size:11px;
color:#333;}

.s11 {
font-size:11px;}

.s11b {
font-size:11px;
font-weight:bold;}

.s12 {
font-size:12px;}

.s12 a {
font-size:12px;
text-decoration:none;
color:#fff;}

.s12 a:hover {
font-size:12px;
text-decoration:underline;
color:#fff;}

.s12b {
font-size:12px;
font-weight:bold;}

.s14 {
font-size:14px;}

.s14b {
font-size:14px;
font-weight:bold;}

.s12grey{
font-size:12px;
color:#999;}

.s12grey a {
font-size:12px;
text-decoration:none;
color:#999;}

.s12grey a:hover {
font-size:12px;
text-decoration:underline;
color:#999;}
/*TABLE PADDING*/

.topbottom10{
padding-bottom:10px;
padding-top:10px;
}

.bottom3{
padding-bottom:3px;}

.bottom10{padding-bottom:10px;}

.marginLeftTop35px{
margin-top:35px;
margin-left:35px;}

.marginTop300{
margin-top:300px;}

.trailerTable{
margin-top:100px;
margin-left:340px;}

.marginLeft15Top35px{
margin-top:35px;
margin-left:15px;}

.photosTable{
margin-top:35px;
margin-left:50px;}

.top3{
padding-top:3px;
}