html, body, #wrapper {
	height: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #b5b6ba; 
	background-image: url('../img/landing/welkom_bg.jpg');
	background-repeat:repeat-x; 
	text-align: center; 
	font-family: arial;
	font-size: 12px;
	color: #314994;
	overflow:auto;
}

#wrapper {
	margin: 0 auto;
}
#container_shadow{
	width:1002px;
	height:625px;
	padding:22px 0 0 0;

}
#container{
	width:970px;
	height:582px;
}

#header{
	background:url('../img/landing/new/dcw_landingspagina_header.jpg') no-repeat;	
	width:970px;
	height:160px;
}
#header_lichtkrant{
	color:white;
	font-weight:bold;
	letter-spacing: 1px;
	width:630px;
	margin: 117px 0 0 22px;
	float:left;
}
#body{
	background:url('../img/landing/new/dcw_landingspagina_body.jpg') no-repeat;	
	width:970px;
	height:369px;
	margin:0;
	padding:0;
}
#links{
	padding:210px 0 0 320px;
	width:650px;
	height:130px;
}

.link{
	display:block;
	float:left;
	margin:0 6px 0 7px;
	width:200px;
}
.link img{
	border:0;
}

.link a{
	text-decoration:none;
	color:white;
	font-size:14px;
	font-weight:bold;
	margin:0 0 7px 0 0;
}
.mkb,
.onderwijs,
.erp{
	padding:0 0 7px 0;	
}

#footer{
	background:url('../img/landing/new/dcw_landingspagina_footer.jpg') no-repeat;	
	width:970px;
	height:53px;
}

#footer_naw{
	color:#707595;
	font-weight:bold;
	text-align:center;
	padding: 15px 0 0 22px;
}

#footer_naw a{
	color:#707595;
}

#footer_naw a:hover{
	color:#ffffff;
}

.sep{
	margin:2px 14px 0 14px;
	background:url('../img/landing/new/dcw_landingspagina_sep.jpg') no-repeat;
	width:2px;
	height:12px;
	float:left;
}
.left{
	float:left;
}