* {
    margin:0px;
}

body {
    
    font:10px "Helvetica Neue";    
    background-color:#000;
   
}

#box {
    margin:auto;
    width:928px;
    height:768px;
    background-image: url(../images/bg.jpg);

}

#trailerSmall {
position:absolute;
	left:52%;
	top:276px;
	width:320px;
    z-index:1;
}

#trailerMedium {
    position:absolute;
	left:51%;
	top:276px;
	width:320px;
    z-index:1;
}

#trailerLarge {
    position:absolute;
	left:45%;
	top:250px;
	width:320px;
    z-index:1;
}

.credits {
    color:#383838;
    text-align:center;
}

a {
    color:#383838;    
}

a:hover {
    color:#525252;    
}