/*----------------------------------------------------------------------SPLASH page--------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFF;
	margin-top:100px;
}
#wrapper {
	margin: 0 auto;
	width: 968px;
	background-color:#FFFFFF;
	background-image:url(../img/splash/content.jpg);
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
}
#header {
	height:50px;
	width:968px;
	background-image:url(../img/splash/header.jpg);
	margin-left:auto;
	margin-right:auto;
	background-repeat:no-repeat;
	padding-top:0;
}
#header h1 {
	text-indent:-5000px;
}
#content {
	margin-top: 60px;
	height:250px;
	width:560px;
	margin-left:280px;
	margin-right:auto;
}
#splashlogo{
	background-image:url(../img/splash/logo.jpg);
	width:318px;
	height:169px;
	text-indent:-5000px;
	margin-left:40px;
}
#footer {
	width:968px;
	height:80px;
	background-image:url(../img/splash/footer.jpg);
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	clear:both;
	background-repeat:no-repeat;
}

#content ul {
	list-style-type:none;
	font-size:18px;
}
#content ul li {
	display:inline;
}
#fr {
	position:absolute;
	background-image:url(../img/splash/fr.jpg);
	width:156px;
	height:68px;
	text-indent:-5000px;
	cursor:pointer;
	border:none;
}
#nl {
	position:absolute;
	background-image:url(../img/splash/nl.jpg);
	width:156px;
	height:68px;
	text-indent:-5000px;
	cursor:pointer;
	border:none;
	margin-left:156px;
}
#en {
	position:absolute;
	background-image:url(../img/splash/en.jpg);
	width:156px;
	height:68px;
	text-indent:-5000px;
	cursor:pointer;
	border:none;
	margin-left:295px;
}
#fr:hover {
	position:absolute;
	background-image:url(../img/splash/frhov.jpg);
	width:156px;
	height:68px;
	text-indent:-5000px;
	cursor:pointer;
	border:none;
	margin-top:1px;
}
#nl:hover {
	position:absolute;
	background-image:url(../img/splash/nlhov.jpg);
	width:156px;
	height:68px;
	text-indent:-5000px;
	cursor:pointer;
	border:none;
	margin-left:156px;

}
#en:hover {
	position:absolute;
	background-image:url(../img/splash/enhov.jpg);
	width:156px;
	height:68px;
	text-indent:-5000px;
	cursor:pointer;
	border:none;
	margin-left:295px;

}
