body {
	background-image: url(../images/splash/splash_bg.gif);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #313131;
}


#splash_container {
	width: 859px;
	height: auto;
	margin: 0 auto;
	border: 0px solid red;
}

#white_container {
float: left;
	width: 859px;
	background-image: url(../images/splash/white_bg.gif);
	background-position: left;
	background-repeat: repeat-y;
	padding-bottom: 0px;
}


.splash_left {
	float: left;
	width: 340px;
	padding: 0px 0px 0px 57px;
	border: 0px solid red;
	padding-bottom: 40px;
}
