body {
	background: #fff url(/imgs/site_main.jpg) no-repeat center top;
	margin-left : 0;
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
}
a:link {
	color : #fff;
	text-decoration : none;
}
a:visited {
	color : #fff;
	text-decoration : none;
}
a:active {
	color : #fff;
	text-decoration : none;
}
a:hover {
	color : #fff;
	text-decoration : underline;
}
#splash_intro {
	backgrund-color : #fff;
	position : absolute;
	left : 50%;
	top : 50%;
	width : 900px;
	height : 400px;
	margin-left : -450px;
	margin-top : -200px;
}

