body,html {
	height:95%;
	width:100%;
	margin:0;
	text-align:left;
	font-family:Calibri, Arial, sans-serif;
	font-size: 14px;
	color:#000; 
	background-color:#fcfcfc; }
	
p { margin: .5em 0; line-height: 1.5em; }
a { color:#000; outline:none; text-decoration:underline; }
a:hover { color:#000; text-decoration:none; }
img { border:none; }
select { outline:none; }

#wrapper { 
	margin: 0 auto;
	width:100%;
	min-height: 95%; /* For Modern Browsers */
	height: 95%; /* For IE */
	height: auto !important; /* For Modern Browsers */
	margin-top:10px;
	text-align:center;
	overflow:hidden; }
	
.splash {
	margin:0 auto;
	width:auto;
	height:auto;
	margin:250px 0 10px 0;
	text-align:center;
	overflow:hidden; }
	
	.splash span.color {
		float:left;
		width:100%;
		height:20px;
		background-color:#990000;
		margin-top:10px; }