html, body, div, table, tr, td, th, h1, h2, h3, h4, h5, h6, ul, li, ol, p, span, a, img {
	margin: 0;
	padding: 0;
}

html {
	background: #fff url(../images/bg.jpg) no-repeat center top;
}

body {
	padding-top: 20px;
	width: 920px;
	margin: 0 auto;
	font-family: Arial;
}

#oops {
	position: absolute;
	z-index: 10;
	margin-left: 650px;
	float: left;
	height: 180px;
	width: 255px;
}

#foto {
	position: absolute;
	z-index: 5;
	margin-top: 12px;
	margin-left: 325px;
	float: left;
}

#content {
	color: #7e5d44;
	width: 490px;
	margin-left: 30px;
	line-height: 18px;
}

#content h2 {
	margin-top: 30px;
	font-size: 12px;
	font-weight: bold;
}

#content p {
	font-size: 12px;
}

#footer {
	margin-top: 90px;
}

#footer ul li {
	display: inline;
	list-style: none;
}

#footer ul li a {
	font-size: 12px;
	color: #00519A;
	text-decoration: none;
	background: url(../images/art_pijl.png) no-repeat right center;
	padding: 5px 30px;
}

#footer ul li a:hover {
	font-size: 12px;
	color: #F7941E;
	text-decoration: none;
	background: url(../images/art_pijl.png) no-repeat right center;
	padding: 5px 30px;
}