@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

body {
	font: 62.5%/1.5 "Helvetica Neue", Verdana, sans-serif;
	background-color:#94B4BB;
	text-align: center; 
}
#splash-wrapper {
	width: 900px;
	max-width:95%;
	text-align: left;
	background-color: #D6D3B3;
	height: 600px;
	margin-top: 24px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: solid 1px black;
}
#splashContent-wrapper {
	float:right;
	width:890px;	
}
#splashContent-inner {
	padding:5px 15px 0 15px;
}
#splashContent-inner img {
	border:0;
	margin-left:270px;
}

#splash-header img {
	border:0;
	margin-left:20px;
	width:743px;
	height:110px;
}
p {
	padding:0;
	margin:0;
	color:#AAA;
	}
h1 {
	text-align:left;
	font-size:24px;
	font-family:News Gothic MT, Helvetica Neue;
	color:#888;
	margin-top:15px;
	letter-spacing:3px;
}
h4 {
	padding:0;
	margin:0;
	color:#888;
	font-size:14px;
	font-family:News Gothic MT, Helvetica Neue;
	letter-spacing:1px;
}
a {
	color:#888;
	text-decoration:none;
}
a:visited {
	color:#888;
}
a:hover {
	color:#666;
	text-decoration: underline;	
}

