/* HOMEPAGE SPECIFIC CSS homepage.css*/

#splash-left {
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 300px;
	width: 232px;
	float: left;
}

#splash-right {
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 300px;
	width: 266px;
	float: right;
	background-color: #999999;
}
#splash-left-1 {
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 300px;
	width: 232px;
	float: left;
	clear: right;
}
#splash-left-2 {
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 46px;
	width: 232px;
	float: left;
	clear: both;
	background-image: url(images/home-splash-left-2.jpg);
	background-repeat: no-repeat;
}
#splash-left-3 {
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 19px;
	width: 232px;
	float: left;
	clear: both;
	background-image: url(images/home-splash-left-3.jpg);
	background-repeat: no-repeat;
}
#sound-icon {
	height: 46px;
	width: 49px;
	position: relative;
	margin: 0px;
	padding: 0px;
	float: right;
	clear: both;
}

#splash-hd {
	float:left;
	width: 266px;
	height: 97px;
	margin: 0px;
	padding: 0px;
}

#splash-ft {
	float:left;
	width: 266px;
	height:45px;
	margin: 0px;
	padding: 0px;
}

#splash-msg {
	float:left;
	width: 236px;
	/*height: 138px;*/
	height: 101px;
	margin: 0px;
	padding: 10px 10px 10px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(images/main-splash-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
