body{
	background: #200000 url(../images/splash/repeat.jpg) repeat-x;
	margin: 0 auto;
	padding: 0 auto;
	font-family: Verdana;
	font-size: 1em;
	color: #7b7b7b;
}

.mainSection{
	min-width: 800px;
	height: 862px;
	background: url(../images/splash/mainBG.jpg) no-repeat;
	position: relative;
}

.enterButton{
	display: block;
	position: absolute;
	width: 132px;
	height: 52px;
	top: 509px;
	left: 297px;
	cursor: pointer;
	background: none;
}

.enterButton:hover{
	background: url(../images/splash/enterRO.jpg) no-repeat;
}

.mainSectionContainer{
	width: 1200px;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	border: 0;
	margin: 0 auto;
	
}

.footer{
	margin: 0 auto;
	width: 1000px;
	height: 42px;
	display: block;
	position: relative;
}

.footerLink{
	font-size: .75em;
	color: #7b7b7b;
	font-weight: bold;
	float: left;
	margin-right: 11px;
	padding-top: 28px;
}

.footerDivider{
	display: block;
	width: 1px;
	height: 41px;
	padding-top: 28px;
	background: url(../images/splash/footerSeparator.gif) no-repeat 0px 28px;
	float: left;
	margin-right: 11px;
}

.topFooterLinks{
	display: block;
	height: 41px;
	margin-bottom: 14px;
	float: left;
}

.topFooterLinks a{
	cursor: pointer;
	text-decoration: none;
}

.topFooterLinks span.footerLink:hover{
	color: #b5b5b5;
	background: transparent url(../images/splash/navTriangle.gif) no-repeat center top;
}

.bottomFooterLinks{
	display: block;
	font-size: 0.5em;
	float: left;
}

.footerCopyright{
	border-right: solid 1px;
	padding-right: 6px;
	margin-right: 3px;
}

.footerSubLink{
	border-right: solid 1px;
	padding-right: 6px;
	margin-right: 3px;
}

.bottomFooterLinks a{
	text-decoration: none;
	color: #7b7b7b;
}

.footerSubLink:hover{
	color: #b5b5b5;
	border-right-color: #7b7b7b;
}

.footerSubLink.end{
	border: none;
}