/* FRONT */
body { background-image: url("../images/pageBG_noNav.jpg"); }
#splash_container {
	padding: 20px;
	background-color: white;
	width: 750px;
	margin: auto;
	margin-top: 100px;
	border: 1px solid black;
}
#comment {
	text-align: right;
	position: relative;
	top: -40px;
	right: 20px;
	float: right;
	z-index: 100;
	color: white;
	
}
