.splash-center {
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	width:600px;
	height:600px;
	padding: 0px;
	margin:0;
	background-image:url(../images/splash.png);
	background-size:cover;
	background-color:transparent;}		
.splash-center .confirm a{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	margin:10px 0;}
.splash-center .confirm a:hover {
	background-color:#e9e9e9;}
.splash-center .confirm a:active {
	position:relative;
	top:1px;}
.splash-center .welcome h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-size:1.6em;
	padding:5px 0;
	color:#014416;}
.splash-center .disclaimer p{
	font-size:0.75em;
	padding:7px 0;
	color:#014416;}