/* Body */
body {
	background:url(../images/splashBg.jpg);  
  background-repeat: no-repeat;
	background-position: center top;
	color: #4C4B4B;
	font-size: 62.5%;
	margin: 0;
	padding: 330;
}

html, body {
	margin: 0;
	padding: 0;
}

* {
	font-family: Arial, 'Lucida Grande', Tahoma, Verdana, sans-serif;
	font-size: 1.0em;
	margin: 0;
	padding: 0;
}

/* Main */
#content {
	font-size: 1.1em;
	height: 36em;
	left: 50%;
	line-height: 130%;
	margin-top: -18em;
	margin-left: -26em;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 48em;
} 

#content h1 {
	color: #4C4B4B;
	font-size: 1.18em;
	font-weight: normal;
	padding: 20px 0 5px 0;
	text-transform: uppercase;
}

#content h2 {
	color: #4C4B4B;
	font-size: 1.18em;
	font-weight: normal;
	padding: 0 0 15px 0;
	text-transform: uppercase;
}

#content a {
	color: #4C4B4B;
	text-decoration: none;
}

#content a:focus, #content a:hover {
	color: #4C4B4B;
	text-decoration: none;
}

#content a.enter {
	background: url(../images/splashEnter.gif) left top no-repeat;
	border: none;
	display: block;
	height: 13px;
	margin: 0 auto;
	width: 26px;
}

#content a.enter:focus, #content a.enter:hover {
	background: url(../images/splashEnter.gif) left top no-repeat;
}

/* Misc */
a img {
	border: none;
}

.hiddenAbsolute {
	display: none;
}
