/* CSS Document */

body {
	background-image:url(achtergrond.jpg);
	background-repeat: repeat-y;
		background-repeat: repeat-x;
}

#container {
	width: 1100px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
