@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
body{
background-color:#ffffff;	
}
#container{
	
}
#splahs_body{
	margin-top:300px;	
	height:179px;
	background:url(../images/back.png) repeat-x;
}
#banner_images{
margin:0 auto;
width:995px;
}
.img_border{
border:0px;	
}
#footer{
	padding:50px;
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	line-height:15px;
}
#footer a{
	color:#8DBFDB;
	text-decoration:none;
}

