body {
	width: 500px;
	padding-left: 50%;
	font: 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : Silver;
}

div#splashcontent{
	border: thin solid black;
	background: #ffffff url(../images/background.jpg) no-repeat bottom;
	height: 500px;
}

div#content{
	border: thin solid black;
	background: #FFFFFF;
}

#page {
	width: 500px;
	margin-left: -250px;
}

h1#header{
	text-align: center;
	font-size: 3em;
	color: #CCC;
	margin: 0 1em;
}

h2#subhead {
	text-align: center;
	font-size: 2em;
	color: #CCC;
	font-variant: small-caps;
	margin: 0 1em;
}

p {
	margin: 1em 2em 1em 2em;
	text-align: left;
}

p#disclaimer {
	color: #000;
	font-style: italic;
	font-size: .6em;
}

a, a:VISITED {
	color: #000066;
}

a:HOVER {
	background-color: #FFCC00;
	text-decoration: none;
}