html {
	overflow-y: hidden;
}
body {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
body, a, div, h2, h3, span {
	font: normal 12px Arial, sans-serif;
}
div#SplashBG, div#Content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
div#SplashBG {
	z-index: 90;
}
div#SplashBG img {
	width: 100%;
	height: auto;
	min-height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.Yellow, a {
	color: #ffc300;
}
a {
	text-decoration: none;
}
div#Content {
	z-index: 99;
	overflow: auto;
	color: #cccccc;
/*background-color: #000000;*/
}
div#Content div#ContentBody {
	display: block;
	margin-left: 10px;
}
img#TopLogo {
	margin-bottom: 30px;
}
h2, h2 span {
	font-size: 28px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	letter-spacing: -1px;
}
#Video {
	margin-top: 30px;
	width: 550px;
	height: 412px;
	clear: both;
	margin-bottom: 30px;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 5px;
	color: #eeeeee;
}
div#Content p {
	width: 490px;
	margin-top: 0px;
}
div#Footer {
	float: left;
	margin-top: 150px;
	padding-bottom: 10px;
}
div#Footer span, img#BottomLogo {
	float: left;
}
img#BottomLogo {	
	margin-left: 10px;
	margin-top: -5px;
}
