body {
	background-color: #00204e;
	padding:46px 0 0 0;
	margin:0;
	text-align:center;
}
#wrapper {
	margin:0 auto 0 auto;
	/*position:relative;*/
}
#wrapper .logo {
	margin:34px 0 80px 0;
}
#langEn a {
	width:99px;
	height:27px;
	background:url(images/splashLangEn.gif) 0 0 no-repeat;
	display:block;
	text-indent:-1500px;
	overflow:hidden;
}
#langIn a {
	width:99px;
	height:27px;
	background:url(images/splashLangIn.gif) 0 0 no-repeat;
	display:block;
	text-indent:-1500px;
	overflow:hidden;
}
#langEn a:hover, #langIn a:hover { background-position: 0 -27px;}