@charset "UTF-8";
/* Splash CSS */

body{
	background: #63bbe8 url(images/splash_BG.jpg) repeat-x;
	margin: 0;
}
#splash_container{
	width: 570px;
	height: 450px;
	margin: 77px auto 0 auto;
}
h1{
	float: left;
	width: 265px;
	height: 159px;
	background: url(images/splash_logo.gif) no-repeat;
	text-indent: -3000px;
	margin-top: 115px;
}
#splash_map{
	float: right;
	width: 232px;
	height: 412px;
}

#ads{
	width: 570px;
	margin: 25px auto 0 auto;
	text-align:center;
	color: white;
}

#ads a{
	color: white;
	font-family: sans-serif;
	font-size: 12px;
}
