@charset "utf-8";
/* CSS Document */
body {
	background-color:#000;
}

#main_div {
	width: 1053px;
	height: 613px;
	background-image:url(../images/theater_blank_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}
#video_div {
	width: 854px;
	height: 480px;
	padding-top:0px;
	margin-left: auto;
	margin-right: auto;
}
