html, body{
	height:100%;
	text-align: left;
}

body{
	text-align: center;
	font-family: Arial,tahoma,verdana;
	font-size: 11px;
	color: #666;
	background-color: #fff;
	margin:0;
	padding:0;
	background-position: center;
	background-image:url(images/home-bg.gif);
	background-repeat:repeat-x;
}

.wrapper{	
	position:relative;
	height:100%;
}

#container{
	width:910px;
	
}
#top{
	background-image:url(images/home-bg.gif);
	width: 100%;
}
	
#idcreation{
	position:relative;
	top:0px;
}

.taal {
	width:494px;
}

.lichtkrant {
	width:476px;
	height:111px;
	background-image:url(images/home-lichtkrant.jpg);
	overflow:hidden;
}


a:link       { color: #0664b9; font-family: Arial; font-size: 8pt; text-decoration: underline}
a:visited    { color: #0664b9; font-family: Arial; font-size: 8pt; text-decoration: underline}
a:active     { color: #0664b9; font-family: Arial; font-size: 8pt; text-decoration: underline}
a:hover     { font-family: Arial; color: #0664b9; font-size: 8pt; text-decoration: none}

.floatleft{	
	float:left;
	
}
#width{	
	width: 910px;
	margin:0 auto;
}