* {
	margin: 0;
	padding: 0;
}

body {
	background:url(../_img/splash/repeatBody.gif) repeat-x left top;
}

h1 {
	text-indent: -9999px;

	width: 132px;
	height: 80px;
	position: absolute;
	top: 23px;
	left: 0;
}

h2 {
	width: 434px;
	height: 26px;
	text-indent: -9999px;
	position: absolute;
	top: 50px;
	right: 0;
}

#header,
	#wrapper {
	width: 868px;
	margin: 0 auto;
	position: relative;
	background: url(../_img/splash/header.gif) no-repeat center top;
}

#header {
	height: 125px;
}

#wrapper {
	background: url(../_img/splash/image.jpg) no-repeat left 2px;
	height: 336px;
}

#lang {
	position: absolute;
	top: 120px;
	right: 100px;
}

#lang li {
	list-style-type: none;
}

#lang a {
	display: block;
	width: 186px;
	height: 41px;
	text-indent: -9999px;
	outline: none;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

#lang a.fr {
	background: url(../_img/splash/francais.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_img/splash/francais.png');
}

#lang a.nl {
	background: url(../_img/splash/nederlands.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_img/splash/nederlands.png');
}

#lang a.en {
	background: url(../_img/splash/english.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_img/splash/english.png');
}