#splash {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 550px;
	height: 550px;
	margin-left: -275px; /* half of the width */
	margin-top: -275px;  /* half of the height */
}
 @charset "utf-8";
/* Splash Styles */

body.splash {
	font-family: Tahoma, Geneva, sans-serif;
	background-repeat: no-repeat;
	background-color: #FEE6C4;
	color: #FF6F64;
	text-align: center;
}
body.splash p {
	font-size: 10pt;
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
}
body.splash #main {
	margin-left: auto;
	width: 500px;
	margin-right: auto;
	height: 100%;
	margin-top: 0px;
}
body.splash a {
	text-decoration: underline;
	color: #FF6F64;
}
body.splash a:hover { text-decoration: none; }
body {
	background-color: #FF7E9C;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	text-align: center;
	color: #9F0024;
}
a {
	text-decoration: none;
	color: #590014;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}
