@charset "utf-8";
/* CSS Document */

#header {
	background-image:url(../images/splash/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 440px;
	}
#header .logo {
	position: absolute;
	top: 288px;
	left: 0px;
	}

#splash_left {
	height: 150px;
	width: 640px;
	padding: 25px 0;
	color: #cacaca;
	}
#splash_left .bold {
	color: #ffffff;
	font-weight: bold;
	}
#splash_left .blurb {line-height: 18px;}


#splash_right {
	height: 150px;
	width: 245px;
	padding: 25px;
	padding-right: 0px;
	position: absolute;
	top: 0;
	right: 0;
	}
