body{
	margin:0 auto;
	height: 100%;
	font-family: Arial;
	color: #FFF;
	font-size: 12px;
}
#container{
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	overflow: visible;
}
#languageSelector{
	position: absolute;
	left: 50%;
	margin-left: -375px;
	top: -187.5px;
	background-image: url(../images/splashbg.jpg);
	background-repeat: no-repeat;
	width: 750px;
	height: 375px;
}
select{
	font-family: Arial;
	color: #999999;
	font-size: 12px;
	padding: 2px;
}
.tablec{
	float: right;
}
p{
	font-family: Arial;
	color: #999999;
	font-size: 10px;
	text-align: center;
}