@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #666666;
}
#movie_container {
	width: 860px;
	height: 500px;
	/*This margin is half the container width*/
	margin-left:-430px;
	/*This margin is half the container height*/
	margin-top: -250px;
	position:absolute;
	top: 50%;
	left: 50%;
}
#movie_close_link {
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#movie {
	width: 860px;
	height: 500px;
	/*This margin is half the container width*/
	margin-left:-430px;
	/*This margin is half the container height*/
	margin-top: -225px;
	position:absolute;
	top: 50%;
	left: 50%;
}

