

/* Splash page structure */

body{ 

background: transparent url(images/splash-back-1px.jpg);

/* 
	background-color:#08130C;
 */

	text-align:center;
	margin:0px 0 0 0;  /*top right bottom left*/
}

#container_top {
	position: relative;
	margin: 0px auto;
	width:100%;
	background-color:#485f21;
	min-width:760px;
}

#container_bottom {
	position: relative; 
	margin: 0px auto;
	width:100%;
	background-color:#638133;
	min-width:800px;
}

#splash_row1 {
	height: 145px;
	min-width:800px;
}

#splash_row2 {
	height: 201px;
	min-width:800px;
}

#splash_row3 {
	height: 76px;
	min-width:800px;
}

#splash_row4 {
	height: 20px;
	min-width:800px;
}

#splash_row5 {
	height: 76px;
	min-width:800px;
}


#footer_copyright {
	position: relative; 
	margin: -40px auto;	
	min-width:760px;
}

/*Misc*/

a img {border: none; }

/* Text */

span.copyright {font-family: Arial, Helvetica, Verdana, sans-serif; font-size:11px; color:#485f21; letter-spacing:0px;}

/* Rollovers */

.edgeflow {FONT-SIZE: 11px;FONT-FAMILY: Arial, verdana,Tahoma; text-decoration:underline; color:#485f21;}
.edgeflow:hover {FONT-SIZE: 11px;FONT-FAMILY:Arial, verdana, Tahoma;text-decoration:underline; color:#b1ce64;}






