/* 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: 235px;
	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;
}
