/* CSS Document */

.body{
	margin: 0px;
}

.SplashBG{
	background-image: url(imgs/BGtile.gif);
	background-repeat: repeat;

}

.Splashcontainer{
	margin:0 auto;
	text-align: center;
	height: 570px;
	width: 780px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	position: relative;
	top: 60px;
}

.SplashHeader{
	background-image: url(imgs/header.jpg);
	height: 260px;
	width: 759px;
	margin:0 auto;
	margin-top: 10px;
	text-align: center;	
}

.SplashHLB{
	background-image: url(imgs/hm_lb.jpg);
	height: 79px;
	width: 371px;
	float: left;
	position: relative;
	top: 10px;
	left: 10px;
	
}

.SplashHLO{
	background-image: url(imgs/hm_lo.jpg);
	height: 77px;
	width: 371px;
	float: left;
	position: relative;
	left: 10px;
	top: 20px;
	
}

.SplashHRB{
	background-image: url(imgs/hm_rb.jpg);
	height: 79px;
	width: 368px;
	float: right;
	position: relative;
	top: 10px;
	right: 10px;

}

.SplashHRO{
	background-image: url(imgs/hm_ro.jpg);
	height: 77px;
	width: 368px;
	float: right;
	position: relative;
	top: 20px;
	right: 10px;
}

.SplashBottom{
	/*background-image: url(imgs/hbottom.jpg);*/
	height: 55px;
	width: 456px;
	margin:0 auto;
	text-align: center;
	clear: both;
	float: none;
	position: relative;
	top: 80px;
	

}

