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

body
{
	font-family:"Lucida Sans",Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background:#040d15;
	text-align:center;
}

#movie
{
	width:955px;
	height:600px;
	margin:20px auto 10px auto;
}

#copy
{
	font-size:10px;
}

#disp
{
	height:620px;
	width:620px;
	margin:20px auto 10px auto;
	padding:0px;
	background:url(disp.png) center no-repeat;
	text-align:center;
}

#subDisp
{
	padding:10px;
	margin:auto;
}