HTML, BODY {
	width: 100%;
	height: 100%;
}

BODY {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	margin: 0 auto; 
}

P {
	text-align: left;
}

A {
	font-family: arial;
	font-size:8pt;
	text-decoration:none;
	color: #6d6e71;
}

A:hover {
	text-decoration: underline;
	color: #51b116;
}

/* Splash */
#splash {
	min-height: 600px;
	height: 100% !important;
	height: 600px;
	vertical-align:middle;
	width: 900px;
	margin: 0 auto; 
	text-align:center;
	border:none;
}
#splash .content {
	vertical-align: middle;
}

