body {
	margin: 0;
	font: normal 12px arial, verdana;
	background: #CCCCCC;
}

#header {
	width: 100%;
	height: 150px;
	background: #B6B4B5 url("../images/header.jpg") no-repeat center bottom;
	border-bottom: 1px solid #fff;
}

#container {
	background: url("../images/container.jpg") repeat-y center;
}						


/* overige */
#content {
	width: 780px;
	padding-top: 10px;
	margin: auto;			
	color: #666;	
}

#footer {
	background: url("../images/footer.jpg") no-repeat center top;
	padding-top: 25px;
	text-align: center;
	font-size: 10px;
	color: #666;
}			

#footer a {
	color: #666;
}
