.body { width: 100%; }
			
.bgsplash {
	background: transparent url('../images/bg-splash.jpg') no-repeat;
	height: 739px;
	width: 1021px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

.bgsplashbar {
	text-align: center;
	margin: 0 auto;
	position: absolute;
	width: 100%;
	height: 180px;
	background: transparent url('../images/bg-splashbar.png') repeat-x;
	top: 175px;
	padding-top: 28px;
}

.choices {
	margin-top: 20px;
	font-weight: 800;
	font-size: 40pt;
	letter-spacing: -3px;
	position: absolute;
	top: 50px;
	
	z-index: 999;
	height: 250px;
}


.choices a, .choices a:visited {
	color: black;
}

.right { padding-right: 45px; left: 100px;}
.left { padding-left: 45px; right: 100px; }

#footer {
	text-align: center;
	margin: 0 auto;
}
#footer a {
	color: black;
}