* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	font: 10px verdana, sans-serif;
}

h1 {
	text-indent: -9999px;
}

a {
	color: #777777;
	outline: none;
	text-decoration: none;	
	}
	a:hover {
		text-decoration: underline;
	}

div#information {
	background: url(edwinduinkerken.jpg) no-repeat;
	display: block;
	height: 550px;
	margin: 0 auto;
	position: relative;
	width: 955px;
}

div#information ul {
	position: absolute;
	left: 201px;
	list-style: none;
	top: 454px;
	width: 655px;
	}
	div#information ul a {
		display: block;
		float: left;
		height: 20px;
		margin-right: 8px;
		text-indent: -9999px;
		width: 288px;
		}
		
div#footer {
	margin: 0 auto;
	padding-left: 25px;
	width: 925px;
	}
	div#footer a {
		display: block;
		float: left;
		text-align: right;
		width: 49%;
		}
		div#footer a#copyright {
			text-align: left;			
			}
			div#footer a#copyright:hover {
				text-decoration: none;			
			}