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

body {
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	background-color:#000;
}

.wrapper {
	width:675px;
	height:995px;
	margin:0px auto;
	background-image:url(images/5ppbg.jpg);
	background-repeat:no-repeat;
	position:relative;
}

.movie {
	position:absolute;
	width:512px;
	height:288px;
	top:428px;
	left:81px;
	background-color: #000000;
}
