body {
	margin:0;
	padding:0;
	background-image:url(/images/splash/body_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#header {
	float:left;
	width:1045px;
	height:96px;
	margin:0;
	background-image:url(/images/splash/header_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

#content {
	float:left;
	width:1045px;
	height: 830px;
	margin:0 0 0 0;
	background-image:url(/images/splash/main_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
	
#splash_menu {
	float:left;
	width:922px;
	height:86px;
}
	
#menu {
	margin:45px 0 15px 40px;
}