HTML, BODY
{
	background: #000;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #000;
	height:100%;
}
#frontPageContainer
{
	width:100%;
	position:absolute;
	height:400px;
	top:50%;
	margin-top:-200px;
}
#logo
{
	width:400px;
	height:343px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background:transparent url('../resources/images/logo_large.png') no-repeat 0% 0%;
}
#languageSwitchCont
{
	width:100%;
	height:40px;
	position:absolute;
	bottom:0;
}
#languageSwitch
{
	width:120px;
	margin-left:auto;
	margin-right:auto;
	height:35px;
	text-align:center;
	color:#fff;
	background:#1a1a1a;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	font-size:24px;
}
#languageSwitch a
{
	color:#fff;
	text-decoration:none;
	padding:0 10px 0 10px;
}
#languageSwitch a:hover
{
	color:#ebebeb;
}