/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #CFE4A7;
}

/**** Divs ****/

#splash {
	width: 1041px;
	height: 645px;
	margin: 0 auto 0 auto;
}

#background {
	background-image:url(../../images/background-img.gif);
	width: 100%;
	height: 100%;
	clear:inherit	

