body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#3d3d3d;
	background:#006699 url(images/splashbackground.png) repeat-x;
}
#container {
	width: 980px;
	height: 900px;
	margin: 0 auto;
	text-align: left;
	background:url(images/splashboard.png) no-repeat;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

-->
</style>