html {
	overflow-y:scroll;
}

body {
	margin-top: 0px;
	background:#cedced;
	color:#5d5d5d;
	font-family:Verdana, Arial, sans-serif; 
	font-size:11px;
	line-height:20px;
}

#wrapper {
	position:relative;
	width:950px;
	margin:0 auto;
}


#body {
	position:relative;
	background:#fff url(assets/images/bg01.jpg) no-repeat;
	height: 610px;
}

#logo {
	position:absolute;
	top:40px;
	left:694px;
	z-index:1001;
	padding:0;
}

#start_nl {
	position:absolute;
	top:389px;
	left:33px;
	width: 252px;
	padding:0;
}

#start_en {
	position:absolute;
	top:389px;
	left:349px;
	width: 252px;
	padding:0;
}

#start_fr {
	position:absolute;
	top:389px;
	left:665px;
	width: 252px;
	padding:0;
}

#start_next {
	position:relative;
	height: 24px;
	width: 252px;
	background: #3a72b5 url(assets/images/next.gif) no-repeat;
	background-position: top right;
	padding:0;
	margin-top: 15px;
	text-align: left;
	line-height: 24px;
}

#start_next A {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
	padding-left: 10px;
}

#start_next A:hover {
	color: #123456;
	text-decoration: none;
}

#onder {
	position:absolute;
	top:610px;
	left:0px;
	width: 950px;
	font-size:10px;
	line-height: 18px;
	color: #959ca5;
}


#onder #left {
	left:0px;
	width: 475px;
	float: left;
}

#onder #right {
	right:0px;
	width: 475px;
	text-align: right;
	float: left;
}


#onder A {
	color: #959ca5;
	text-decoration: none;
}

#onder A:hover {
	color: #505050;
	text-decoration: none;
}


