/* SITE */
html, body, #wrapper {
	text-align:center;
	margin:0;
	padding:40px 0px 0px 0px;
	border:none;
}
body {
	font-family: Arial;
	font-size:12px;
	color:#927c49;
	background:url(../images/splash_bg.jpg) #000000 no-repeat top center;
	margin:0px;
}
#wrapper {
	margin: 0 auto;
	text-align: middle;
	vertical-align:top;
}

/* PAGE LAYOUT */
.siteframe {
	margin:0 auto;
	width:auto;
	height:auto;
}
splash_main {
	
}

/* HTML OVERRIDES */
img {
	border:0;
}
a:link {
	color:#fffbb8;
	text-decoration: none;
}
a:visited {
	color:#fffbb8;
	text-decoration: none;
}
a:hover {
	color: #5d7866;
	text-decoration: none;
}