body, html{
	height:					100%;
	margin:					0px;
	padding:				0px;
}
html {
  overflow: scroll;
}
body{
	background:				#03131C url("../assets/images/more_options/gradient.jpg");
	background-position:	top;
	background-repeat:		repeat-x;
	color:					#a1a1a1;
	font:					12px Arial, Helvetica, sans-serif;
	text-align:				center;
}
a:link, a:hover, a:visited {
	color:					#999999;
}


.noscript{
	border:					thin solid #000000;
	background:				#DEDEDE;
	color:					#000000;
	font:					14px Arial, Helvetica, sans-serif;
	margin:					auto;
	margin-bottom:			10px;
	margin-top:				40px;
	padding:				20px;
	text-align:				justify;
	width: 					400px;
}
.noscript a:link, .noscript a:visited, .noscript a:hover{
	text-decoration:		underline;
	font-weight:			bold;
}


#content {
	width:					100%;
}

#flashcontent {
	height:					850px;
}

#chrome {
	background:				#304d75;
	width:					100%;
}

#pageFooter {
	min-width:				994px;
}

#trailer {
	width:					994px;
	height:					826px;
	margin:					auto;
	padding:				auto;
	vertical-align:			top;
}
#viewarea {
	border:					2px solid #000000;
	background:				#000000;
	margin:					auto;
	padding:				auto;
}
#viewarea embed, #viewarea object {
	background:				#000000;
}

#hdFrame {
	position:absolute;
	top:0;
	left: -1100px;
}