body {
	background-color: #fbf7d9;
	background-image: url(../img/background-repeat.png);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
}

/* Container structuur */

#container-glow {
	background-image: url(../img/background-container.png);
	background-repeat:no-repeat;
	background-position:center;
	width: 100%;
	height: 700px;	
}
#container {
	margin: 0 auto;
	z-index:0;
	width: 700px;
	height: 100%;
}