/* ***************************************************************************************************** */
/* CONTENT CSS */

BODY{
	background-color: #4d4a4a;
}

P{

}
H1{

}
H2{

}
H3{

}

a:link, a:active, a:visited{
	color: #6a6c69;
}

a:hover{
	color: #6a6c69;
}

#wrapper {
	width: 900px;
	margin: 0px auto;
	margin-top: 30px;
	text-align: center;
}

#header {
	width: 700px;
	height: 69px;
	margin: 0px auto;
	background-image: url(images_nieuw/header.png);
	background-repeat: no-repeat;
}