body, html{
	margin:			0px;
	padding:		0px;
	height:			100%;
	background:		#00002B url('../images/home/bg.jpg') repeat-x top scroll;
	color:			#FFFFFF;
}
html{
	overflow-y:		scroll;
}
a:link, a:hover, a:visited {
	color:			#FFFFFF;
}

#content, #flashcontent {
	width:			100%;
	height:			662px;
}
#splashcontent {
	width:			100%;
	height:			900px;
}
#register{
	width:			100%;
	text-align:		center;
	height:			100px;
	vertical-align:	top;
}