html{
	background:#5d0005;
}
#bg_body{
	background:url(../img/bg_dotted.jpg);
	text-align:center;
	margin:0;
	padding:0;
}
#mainContainer{
	margin:0 auto;
	padding:0;
	width:1200px;
	height:834px;
	background:url(../img/mainImg.png) no-repeat 0 0;
	position:relative;
}
#footer{
	margin:0;
	padding:25px 0;
	color:#ffffff;
	font-size:8pt;
	width:100%;
	height:140px;
	background:url(../img/bg_footer.jpg) no-repeat center top;
	overflow: none;
}
#footer a{color:#ffffff;text-decoration:none;}
#footer a:hover{color:#ffffff;text-decoration:underline;}


#footer p.bnWrap{
	padding:10px 0 0 0;
}
#footer p.bnWrap img{margin:0 5px;}

#mainContainer a.link_trailer{
	position:absolute;
	top:700px;
	left:825px;
	text-indent:-9999px;
	display:block;
	width:305px;
	height:95px;
	background:url(../img/btn_movie.png) no-repeat 0 0;
}
#mainContainer a.link_trailer:hover{
	background:url(../img/btn_movie.png) no-repeat 0 -100px;
}


