body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7e0f6a;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
a:link {
	color: #5469d6;
	text-decoration: none;
}
a:visited {
	color: #5469d6;
	text-decoration: none;
}
a:hover {
	color: #cb35a6;
	text-decoration: underline;
}
a:active {
	color: #5469d6;
	text-decoration: none;
}
.wrapper {
	position:			absolute;
	width:				750px;
	height:				700px;
	left: 				170px;
	background-color: #FFFFFF;
	top: 25px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;

}
.copy {
	position: absolute;
	width: 500px;
	height: 120px;
	left: 50%;
	top: 300px;
	margin-left:	-250px;
	text-align: center;
}
.outermovie {
	position: absolute;
	width: 340px;
	height: 260px;
	left: 50%;
	top: 30px;
	margin-left:	-170px;
	background-color: #bc92b6;
}
.movie {
	position: absolute;
	height: 240px;
	width: 320px;
	left: 10px;
	top: 10px;
}

