#splashcontent {
	background-image: url(../images/splash_bg.jpg);
 	background-repeat: no-repeat;
	width: 760px;	
	height: 571px;
}

#newsflash {
	background-image: url(../images/splash_bg_ticker.gif);
 	background-repeat: no-repeat;
	width: 435px;
	height: 23px;
	padding: 5px 5px 5px 5px;
	font: bold 10px Tahoma, Arial;
}

#maintext {
	font: 12px Tahoma, Arial;
	text-align: justify;
}

#splashinner {
	margin: 99px 10px 0px 310px;
}

#splashbuttons {
	background-image: url(../images/splash_buttons.jpg);
 	background-repeat: no-repeat;
	position: absolute;
	margin-left: -7px;
	top: 438px;
	width: 457px;	
	height: 55px;
}

#splashbuttons ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
}
#splashbuttons li {
	position: relative;
	float: left;
	width: 152px;
	text-align: center;
}

#splashbuttons a {
	color: #FFFF00;
	padding: 2px 0px 2px 0px;
	font: bold 18px Tahoma, Arial;
	text-decoration: none;
}

#splashbuttons a:hover {
	color: #FFFFFF;
}

#splashfooter {
	padding: 10px 0px 0px 25px;
}

