body {
	background-color: #d7dce1;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #484E55;
}
#horizon{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#content{
	margin-left: -407px;
	position: absolute;
	top: -218px;
	left: 50%;
	width: 814px;
	height: 436px;
	visibility: visible;
}
.button{
	text-align: left;
	float: left;
	position: absolute;
	top: 332px;
}
.button a {
	color: #C91401;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-align: left;
	width:100px;
	height:33px;
	padding-top: 15px;
	padding-left: 60px;
}
.button a:hover {
	color: #396099;
}
#nederlands {
	background-image: url(../img/css/splash-bg-button-nl.jpg);
	background-repeat: no-repeat;
	left: 147px;
}
#francais {
	background-image: url(../img/css/splash-bg-button-fr.jpg);
	background-repeat: no-repeat;
	left: 321px;
}
#english {
	background-image: url(../img/css/splash-bg-button-en.jpg);
	background-repeat: no-repeat;
	left: 497px;
}
#copyright {
	position: absolute;
	top: 402px;
	width: 814px;
	text-align: center;
	left: 0px;
}
#copyright a {
	color: #999999;
}
#copyright a:hover{
	color: #396099;
	}