/**************************************************************
   AUTHOR:    Webjuice sagl (webjuice.ch) - roger@webjuice.ch
   DATE:      2007.02.09
   PURPOSE:   Styles for the splash page
	CUSTOMER:  Mary Ann McCormick	
 **************************************************************/

/**************************************************************
SPLASH: 
***************************************************************/
body {
	color: #848484;
	font-size: 9px;
	background-color: #000000;
	background-image: none;
}


#splashContent {
	margin: auto;
	margin-top: 20px;
	border: 1px solid #FFFFFF;
	width: 767px;
	height: 639px;
	background-image: url(../graphics/splash/bg.jpg);
	background-repeat: no-repeat;
} 
#splashLanguage {
	width: 254px;
	height: 50px;
	margin-top: 544px;
	float: right;
} 

#footerCredits {
	margin: auto; 
	margin-top: 10px;	
	width: 767px;
	text-align: center;
} 