@CHARSET "ISO-8859-1";

body{
	margin: 0;
	padding: 0;
	
	background-color: #e85113;
}

#splashCnt{
	position: absolute;
	height: 680px;
	width: 800px;
	top: 50%;
	left: 50%;
	margin-top: -340px;
	margin-left: -400px;
	
	background: url('../images/bgSplash.gif') top left no-repeat;
}

#menuLang{
	width: 410px;
	height: 40px;
	
	margin-left: 235px;
	#
	margin-left: 275px !important!;
	margin-top: 400px;
}

html[xmlns*=""] body:last-child #menuLang{
	margin-left:235px;
}

#menuLang li{
	display: block;
	float: left;
	height: 40px;
}

#menuLang li a{
	display: block;
	float: left;
	height: 40px;
	text-indent: -2000px;
	outline: none;
	
	background-image: url('../images/bgMenu.jpg');
}

#menuFr a{
	width: 100px;
}

#menuNl a{
	width: 90px;
	background-position: -100px 0;
}

#menuDe a{
	width: 120px;
	background-position: -190px 0;
}

#menuEn a{
	width: 100px;
	background-position: -310px 0;
}
