/* liquidint.com */

.clear { clear: both; }

body.splash {
background: url(../image/splash_background.jpg) no-repeat center top;
color: #53636c;
font: normal 12px Arial, Helvetica, sans-serif;
}

.splash a {
color: #328570;
}

.splash a:hover {
}

#dgreen {
background: #00a88c;
height: 197px;
left: 0;
position: absolute;
top: 243px;
width: 50%;
}

#lgreen {
/*background: #e4f2ed;*/
background: #99E1CD;
height: 197px;
left: 50%;
position: absolute;
top: 243px;
width: 50%;
}

.splash #container {
margin: 0 auto;
position: relative; /* places container over light green and dark green horizontal bars */
top: 187px;
width: 1000px;
}

.splash #header {
}

.splash #productbanner {
height: 197px;
margin-top: 22px;
width: 1000px;
}

.splash #main {
margin-top: 27px;
text-align: center;
}

.splash #footer {
font-size: 11px;
margin-top: 52px;
text-align: center;
}

	.splash #footer a {
	color: #000;
	text-decoration: none;
	}
	
		.splash #footer a:hover {
		text-decoration: underline;
		}