HTML {
	height: 101%;
}
BODY {
	background: #F2F0EE;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
}
#splashContainer {
	width: 820px;
	height: 640px;
	background: URL(../images/lander_bg.jpg) no-repeat;
	margin: 28px auto 0 auto;
}
#splashLeft {
	float: left;
	width: 151px; /* 283px wide - 132px margin*/
	padding: 392px 0 0 132px;
}
#splashRight {
	float: right;
	text-align: left;
	width: 537px;
	padding: 246px 0 0 0;
}
#countryLanguage {
	padding: 10px;
	color: #fff;
}

/* classes */
.welcomeText {
	width: 200px;
	margin: 0 0 8px 27px;
	padding: 0;
	color: #452A76;
}
.country {
	text-align: right;
	background: #8F0000;
	text-transform: uppercase;	
	font-size: 8pt;
	padding: 3px 10px;
}
.language {
	text-align: right;
	text-transform: lowercase;	
	font-size: 8pt;
	padding: 3px 10px;
}
.country A, .language A {
	text-decoration: none;
	color: #fff;
}
.country A:hover, .language A:hover {
	text-decoration: underline;
}


