body {
	background-color: #d0d0d0;
	background-image: url(../img/splash/bg-splash.jpg);
	background-repeat: repeat-x;
}

#FooterSplash {
	font-size: 10px;
	width: 680px;
	margin: 6px auto 0 auto;
	text-align: center;
	color:#CC0000;
}
#FooterSplash A:active, #FooterSplash A:link, #FooterSplash A:visited {
	color:#CC0000;
	text-decoration : underline;
}
#FooterSplash A:hover {
	color : #CC0000;
	text-decoration : none;
}
#SplashAddress {
	font-size: 10px;
	text-align: center;
	color:#ffffff;
}
#SplashAddress A:active, #SplashAddress A:link, #SplashAddress A:visited {
	color:#ffffff;
	text-decoration : underline;
}
#SplashAddress A:hover {
	color : #ffffff;
	text-decoration : none;
}