@charset "iso-8859-1";

* {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
}

body {
	background-color:#333;
	font-size: 12px;
}

a {
	color: #000;
	text-decoration: none;
}
#meanbody {
	width: 900px;
	height: 520px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border: 2px solid red;
	background-image: url('../img/website_voorstel.jpg')
}
