html,body {margin: 0; padding: 0;}

body {
	background: #6F243B; 
	text-align: center; /* Used to center align splash for IE 5 */
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #6F243B;
}

#splashContainer {
	width: 612px;
	height: 460px;
	background: #FFF;
	position: relative;
	margin: 50px auto;
	border: 2px solid #36121D;
}

#splashContainer .splashContent {
	position: absolute;
	bottom: 12px;
	left: 25px;
	width: 372px;
	text-align: left;
}

#splashContainer .splashContent h1 {
	margin: 0 0 11px 0;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#splashContainer .splashContent p {margin: 10px 0 0 0; font: 10px Arial, Helvetica, sans-serif;}

#splashContainer a.enter-site {
	display: block;
	width: 111px;
	padding: 2px 0 2px 0;
	text-align: right;
	text-decoration: none;
	position: absolute;
	bottom: 100px;
	right: 60px;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #6F243B;
	background: url('../Images/Template/enter-site-bg.gif') no-repeat left center;
}
#splashContainer a.enter-site:hover {color: #330000; text-decoration: underline;}


