@charset "ISO-8859-1";

#movie {
	position: absolute;
	visibility: visible;
	width: auto;
	height: 600px;
	left: 0px;
	margin-left: 0px;
	margin-top: 500px;
	float:left;
}
#movie2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-left: -300px;
	left:50%;
	margin-top: 0px;
	vertical-align: top;
	position: absolute;
	width: 600px;
	height: 600px;
}
#movieholder {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-left: 0px;
	margin-top: 100px;
	vertical-align: top;
	position: absolute;
	width: 100%;
	height: 500px;
	background-color:#222222;
}
body {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	margin-top: 100px;
	margin-right: 0px;
}
#color {
	background-color: #222222;
	margin-top: -650px;
	width: 100%;
	height: 500px;
	position: static; 
}
#footer {
	position: inherit;
	font-family:"Goudy Old Style", "Goudy Bold";
	color: #7F7F7F;
	font-size: 11px;
	margin-right: 20px;
	margin-top: -85px;
	height: 20px;
	top: auto;
	vertical-align: top;
	float: right;
}
#loader {
	position: inherit;
	font-family:"Goudy Old Style", "Goudy Bold";
	color: #888888;
	font-size: 11px;
	margin-right: 20px;
	margin-top: -85px;
	height: 400px;
	top: auto;
	vertical-align: top;
	float: right;
}
#close {
	position: absolute;
	margin-top: -20px;
	height: 20px;
	top: auto;
	vertical-align: top;
	z-index: 3;
}
#copy {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 30px;
}

