@charset "UTF-8";
/* CSS Document */

#window{
	width: 1200px;
}

#achtergrond{
	background-repeat: no-repeat;
	background-position: left top;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

#header{
}

#contents{
	background-repeat: repeat-y;
}

#footer{
	background-repeat: no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #663300;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	width: 1200px;
}

