@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #9F4F0E;
	background-image: url(../images/splashBG.png);
	background-repeat: repeat-x;
	background-position: center top;
	vertical-align:middle;
	margin-top: 18%;

}
.oneColFixCtr #container {
	width: 415px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	vertical-align:middle;
}
.oneColFixCtr #mainContent {
	vertical-align:middle;
	text-align: center;
}
#mainContent #splash {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
#splashLink a {
	font-variant: normal;
	color: #000000;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	font-style: none;
	text-decoration: none;
}

