@charset "UTF-8";
.background {
	position: relative;
	height: 750px;
	width: 1100px;
	margin: 0 auto;
	background-image: url(background.gif);
	background-color: #000000;
	
}
.movie {
	position: absolute;
	height: 650px;
	width: 1000px;
	top: 50px;
	right: 50px;
	margin:0 auto;
}
