* { margin: 0; padding: 0;}
body { 
	background-color: #FFFFCC;
	color: #395A78;
	text-align: center;
	font-family: Times New Roman;
	font-size: 12pt;
}

a {  color: #0000FF}

.container {
	margin: 10px auto 0;
	padding: 20px 0 40px;
	width: 720px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #FFF9E3;
	border: 1px solid #FFDDAA;
}	

h1.splash {
	text-indent: -9999px;
	margin: 0 auto 20px;
	background: transparent url('../images/logo.gif') no-repeat scroll top center;
	width:600px;
	height:238px;
}

h2 {
	margin: 50px 0;
	font-family: Arial;
	font-size: 150%;
}

p {
	font-size: 100%;
	color: #999999;
}
