﻿* {
	padding:0px;
	margin:0px;
}

html,body {
	width:100%;
	background-color:#1a4752;
	background-image:url(/uploadedimages/background_tile.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

#container
{
	width:926px;
	text-align:left;
}

#btn_splash_enter {
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bolder;
	text-decoration:none;
	font-size:16px;
}

#btn_splash_enter:hover {
	color:#be953d;
}
#btn_splash_enter:active {
	color:#be953d;
}

#splash_text {
	color:#FFFFFF;
	font-size:11px;
	line-height:20px;
}