/* CSS Document */

* {
	padding:0;
	margin:0;
}

html, body {
	height: 100%;
	background-color:#666666;
}

#container {
	width: 800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	background-image:url(../images/bg.gif)
}

#positie {
   position: absolute;
   width: 800px;
   margin-left: -400px;
   height: 638px;
   margin-top: -319px;
   top: 50%;
   left: 50%;
}
