html {
	height:100%;
}
#splash{
	height:100%;
	padding:0px;
	margin:0px;
	background-image:url(../images/splash-bg.jpg);
	background-repeat:repeat-x;
	background-color:#FAFAFA;

	
}

img {
	border:0px;
}
/* LAYOUT */

div#splashContainer {
	float:left;
	width:982px;
	background:url(../images/splash-header.jpg);
	background-repeat:no-repeat;
	background-color:#FAFAFA;
}

div#splashHeader {
	float:left;
	width:982px;
	float:left;
}

div#splashLeft {
	float:left;
	width:276px;
	height:100%;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#999999;
}

div#splashLeftInside {
	float:left;
	width:276px;
	height:100%;
	padding-top:150px;
	margin-left:72px;
	_margin-left:37px;
}



div#splashLeft a {
	color:#333333;
	text-decoration:underline;
}

div#splashLeft a:hover {
	color:#000000;
	text-decoration:none;
}

div#splashCenter {
	float:left;
	width:453px;
	height:100%;
	padding-top:45px;
	_margin-left:-66px;
	float:left;
}

div#splashRight {
	padding-top:95px;
	float:left;
	width:253px;
	height:100%;
	float:left;
	_margin-left:-24px;
}

div#splashRightInside {
	margin-left:13px;
	float:left;
	width:213px;
	background-color:#FFFFFF;
	border:1px;
	border-style:solid;
	border-color:#CCCCCC;
	color:#333333;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:5px;
}

div#splashFooter {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#999999;
	float:left;
	width:982px;
	float:left;
}
div#splashFooter a {
	color:#333333;
	text-decoration:underline;
}
div#splashFooter a:hover {
	color:#000000;
	text-decoration:none;
}



