/* CSS Document */

#container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	position: absolute;
}
#splash {
	width:400px;
	height:65px;
	border: thick groove #330000;
	margin-left:auto;
	margin-right:auto;
	margin-top:300px;
	color:#000000;
	font-size:18px;
	text-align:center;
}
.first_three {
	color:#330000;
	font-style:italic;
	font-weight:bolder;
}
