body{
	background:url(../img/splashbody-bg.gif) top left repeat #2e486d;
	font-family:Georgia, "Times New Roman";
	font-size:13px;
}

#container{
	width:710px;
	padding:20px;
	background-color:#FFFFFF;
	margin:20px auto 0 auto;
	border:2px solid #97a7bc;
	min-height:400px;						/* IE6 MIN-HEIGHT TRICK */ 	
	height:auto !important;					/* IE6 MIN-HEIGHT TRICK */ 	
	height:400px; 							/* IE6 MIN-HEIGHT TRICK */
}

#container p{
	text-align:center;
	color:#505050;
	margin-top:5px;
}
	#container a{
		color:#505050;
		text-decoration:underline;
	}

.splashHeader{
	margin:0 auto;
}

.splashImages{
	margin:10px 0 20px 38px;
	display:block;
}

.splashLeft{
	float:left;
	margin-right:65px;
}

.splashRight{
	float:left;
}