body {
	background-color: 			#CCCCCC;
	background-image: 			url(../images/bg.jpg);
	background-repeat: 			repeat-x;
	background-position: 		center center;
	margin: 					0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
a:link {
	text-decoration: 			none;
	color: 						#F417D9;
}
a:visited {
	text-decoration: 			none;
	color: 						#F417D9;
}
a:hover {
	text-decoration: 			underline;
	color: 						#FF9933;
}
a:active {
	text-decoration: 			none;
	color: 						#F417D9;
}
#container {
	position:					absolute;
	width:						800px;
	height:						500px;
	left: 						50%;
	margin-left: 				-400px;
	top: 						50px;
}
}
#logo {
	font-size: 					1px;
	background-color: 			#6699CC;
	position:					absolute;
	width:						323px;
	height:						116px;
}
#movie {
	position:					absolute;
	width:						360px;
	height:						280px;
	left: 						50%;
	margin-left: 				-180px;
	top: 						150px;
	background-color: 			#54667a;
}
#footer {
	position: 					absolute;
	bottom: 					0px;
	width: 						500px;
	left: 						50%;
	margin-left: 				-250px;
	text-align: center;
}

