html, body {
	font: normal 10pt 'Trebuchet MS', arial, verdana, sans-serif;
	margin: 0;
	padding: 0;
	border: 0 none;
	overflow: auto;
	background-color:#FFFFFF;
	height:100%;
	color:#000000;
	position:relative;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	margin:0;
	padding:0;
}

#splay-container{
	background-image:url(../images/splash-body-bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	height:100%;
	
}
#splash{
	background-image:url(../images/splash-image.jpg);
	background-repeat:no-repeat;
	background-position:center 0;
	text-align:center;
	height:100%;
}
#splash-logo-design-vlaanderen{
	position:absolute;
	right:10px;
	bottom:10px;
}
#splash-navigation{
	position:absolute;
	left:0px;
	bottom:5px;
	width:100%;
	text-align:center;
}
#splash-navigation .nav-container{ 
	display: inline-block;
	margin:0 auto;
}
#splash-navigation .nav-container ul{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
#splash-navigation .nav-container ul li{
	float:left;
	margin:0 20px 0 0;
	padding:0;
}
#splash-navigation .nav-container ul li a{
	color:#000000;
	font-size:16pt;
	text-decoration:none;
}
