@CHARSET "utf-8";

html {
	height: 100%;
	overflow: -moz-scrollbars-vertical;	
	}
	
#mainframe {
	background: #101010 url(../images/background/bg.jpg) repeat-y fixed top;
	width: 940px;
	height: 100%;
	margin: 0 auto 1px auto;
	text-align: left;
	padding-bottom: 20px;
	}
	
#splashBanner {
	padding: 20px 0px 5px 0px;	
	margin-bottom: 5px;
	border-bottom: 1px solid; 
	}
	
/****** LANG SELECTOR ***********************************************/	
#splashContainer {
	background: #D6EACA url(../images/splash/bg.gif) no-repeat top right;
	height: 443px;
	color: #5D4129;
	}
	
#splash {
	padding: 95px 0 0 205px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;	
	}	
	
#splash a {
	color: #5D4129;
	text-decoration: none;
	}	
	
#splash a:hover {
	color: #BCCF3D;
	text-decoration: none;
	}	
	
#splash ul {
	list-style: none;
	}	
	
#splash li {
	background: url(../images/arrow.gif) no-repeat 0 12px;
	padding: 5px 0 0 23px;
	}	
	
/****** FOOTER ******************************************************/	
#footer {
	display: block;
	margin-top: 5px;
	border-top: 1px solid;
	padding: 5px 5px 25px 5px;	
	}	
	
#footer a {
	padding-right: 20px;
	}	
	
#footerLeft {
	font-weight: bold;
	}		
	
#footerRight {
	font-size: 0.9em;
	font-family: normal;
	padding-top: 10px;
	}	
