* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background: #004647;
}

h1 {
	display: none;
}

#container {
	margin: 0 auto;
	width: 760px;
	height: 910px;
	background: url(../plaatjes/achtergrond.jpg) center center no-repeat;
	font-size: 11px;
}

#container #content {
	float: left;
	margin-left: 50px;
	width: 399px;
}

#container a {
 	color: #fff;
	text-decoration: underline;
}

#container a:hover {
	background: #fe6600;
	text-decoration: none;
}

#container h3 {
 	color: #fe6600;
	font-size: 11px;
	font-weight: bold;
	margin-top: 70px;
	text-align: center;
}

#container #content h2, #container #content p {
 	font-size: 11px;
	text-align: justify;
	font-weight: normal;
	color: #fff;
}

#container #content h2 {
	padding-top: 330px;
	padding-bottom: 20px;
}

#container ul {
	list-style-type: none;
	line-height: 26px;
	margin-top: 561px;
	float: left;
	margin-left: 30px;
}

#container ul li a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#container ul li a:hover {
	color: #5d5d5d;
	background: none;
}

#container a#bonus  {
	color: #fe6600;
	text-decoration: none;
}

#container a#bonus:hover  {
	color: #fff;
}

