body.splash {
	background-color: #ffffff;
}

div.splash {
	padding: 240px 0;
	width: 100%;
	background-image: url('/images/splash.png');
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	color: #4e7d3b;
	font-size: 120%
}

