body {
	background-color: #CCCCCC;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
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:				820px;
	height:				580px;
	left: 				50%;
	top:				50%;
	margin-left:		-410px;
	margin-top: 		-290px;
	background-color: #FFFFFF;
	border: 5px solid #cfdeec;

}
.header {
	position: absolute;
	height: 146px;
	width: 780px;
	left: 20px;
	top: 20px;
}
.copy {
	position: absolute;
	height: 256px;
	width: 320px;
	left: 70px;
	top: 200px;
}
.outermovie {
	position: absolute;
	height: 330px;
	width: 340px;
	left: 410px;
	top: 200px;
	background-color: #cfdeec;

}
.movie {
	position: absolute;
	height: 300px;
	width: 310px;
	left: 15px;
	top: 15px;
}
.controls {
	position: absolute;
	height: 30px;
	width: 320px;
	left: 420px;
	top: 515px;
	text-align: center;
	font-size: 12px;


}
