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

body {
	background-color:#000
	}
	
.movie {
	position: absolute;
	width:700px;
	margin-left:-350px;
	margin-top:60px;
	left:50%;
	height:400px;
	text-align:center;
	vertical-align:middle;
	border-color:#C00;
	border-style:solid;
	border-width:3px;
	}
