@charset "UTF-8";/* CSS Document */body {	background-color: #e9e6db;	margin: 0px;	padding: 0px;	background-image: url(../images/splash_bg.jpg);	background-repeat: repeat-x;}#wrapper {	padding: 0px;	width: 900px;	margin-top: 0px;	margin-right: auto;	margin-bottom: 0px;	margin-left: auto;}#header {	background-image: url(../images/splash_logo.jpg);	margin: 0px;	padding: 0px;	height: 174px;	width: 900px;}#content {	margin: 0px;	padding: 0px;	height: 340px;	width: 900px;	background-image: url(../images/splash_content_bg.jpg);	background-repeat: no-repeat;	border-bottom-width: 3px;	border-bottom-style: solid;	border-bottom-color: #0c6d70;}#content p {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 22px;	font-weight: normal;	color: #000;	text-align: center;	margin: 0px;	padding-top: 50px;	padding-right: 0px;	padding-bottom: 50px;	padding-left: 0px;}#footer {	margin: 0px;	padding: 0px;	height: 20px;	width: 900px;}#footer p {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: bold;	color: #0c6c70;	text-align: center;	margin: 0px;	padding-top: 35px;	padding-right: 0px;	padding-bottom: 0px;	padding-left: 0px;}
