#splash {
	background:								#0058b0 url("/images/backgrounds/blue.png") repeat-x;
	color:										white;
}
	
	#splash #image {
		float:									left;
		margin-right:						30px;
	}
	
		#splash #image img {
			display:							block;
		}
	
	#splash #motto {
		margin:									40px 0 30px 0;
	}
	
	#splash h1 {
		font-weight:						bold;
	}
	
	#splash h2 {
		color:									#ccdef1;
		margin:									10px 0 0 0;
	}