body {
	background-image: url("/images/header/header.jpg");
	background-position: left top;
	background-repeat: no-repeat;
}

/*Lettertype, grootte en kleur*/
* {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 9px;
	color: #4c4c71;
}
