.splash_bg
{
	height: 100%;
	width: 100%;
	background-color: #000000;
	position: absolute;
	top: 0;
	left: 0;
}
.splash_wrapper
{
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	margin: 30px auto 0 auto;
	padding: 0 0 10px 0;
	width: 100%;
}
.splash
{
	margin: 0 auto;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 900;
	padding-bottom: 5px;
}
.splash a
{
	color: #009900;
	text-decoration: none;
}
.splash a:hover
{
	text-decoration: underline;
}
.splash img
{
	margin: 0 auto;
	border: 4px solid white;
}
#splash_proceed
{
	margin-right: 20px;
}