/* WEP - Splash Stylesheet */

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

html {
	width: 100%;
	background: transparent url(../images/i_splash/splash_bcg.png) top left repeat;
}

body {
	margin: 0 auto;
	width: 940px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

#top {
	width: 940px;
	height: 156px;
	margin: 0;
	background: transparent url(../images/i_splash/splash_top.jpg) top left no-repeat;
}

#middle {
	width: 940px;
	height: 364px;
	margin: 0;
	position: relative;
	background: transparent url(../images/i_splash/splash_middle.jpg) top left no-repeat;
}

#middle_belgium {
	width: 940px;
	height: 364px;
	margin: 0;
	position: relative;
	background: transparent url(../images/i_splash/splash_middle_belgium.jpg) top left no-repeat;
}

#bottom {
	width: 940px;
	height: 180px;
	margin: 0;
	background: transparent url(../images/i_splash/splash_bottom.jpg) top left no-repeat;
}

h1, h2 {
	display: none;
}

#entry {
	position: absolute;
	width: 148px;
	height: 190px;
	list-style-position: inside;
	list-style-type: none;
	top: 90px;
	right: 80px;
}

#entry li {	
	margin: 3px 0 0px;
	padding: 0 0 0 5px;
}

#entry li a {
	text-decoration: none;
	color: #111;
}

#entry li a:hover {
	text-decoration: underline;
	color: #333;
}

#boxes, #boxes_belg {
	width: 850px;
	height: 60px;
	text-align: center;
	margin: 0 auto;
}

.box {
	width: 200px;
	margin: -3px 6px 0;
	text-align: center;
	float: left;
	font-size: 9px;
}

#boxes_belg .box {
	width: 400px;
	margin: 0 6px;
	text-align: center;
	float: left;
	font-size: 11px;
}

#fr {
	display: block;
	width: 175px;
	height: 87px;
	position: absolute;
	right: 60px;
	top: 120px;
	text-indent: -9999px;
}

#fr:hover {
	background: transparent url(../images/i_splash/hover_fr.jpg) 20px 50px no-repeat;
}

#nl {
	display: block;
	width: 175px;
	height: 77px;
	position: absolute;
	right: 50px;
	top: 220px;
	text-indent: -9999px;
}

#nl:hover {
	background: transparent url(../images/i_splash/hover_nl.jpg) 90px 5px no-repeat;
}

#yellow {
	position: absolute;
	width: 165px;
	height: 71px;
	top: 70px;
	left: 175px;
}

#green {
	position: absolute;
	width: 185px;
	height: 63px;
	top: 250px;
	left: 325px;
}

#orange {
	position: absolute;
	width: 197px;
	height: 53px;
	top: 30px;
	left: 510px;
}

#yellow img, #green img, #orange img {
	position: absolute;
}