#wrapper {
	background-image: url(../beeld/background.png);
	margin: 0 auto;
	width: 932px;
	height: 650px; }
#container {
  position: absolute;
  width: 900px;
  height: 600px;
  margin: 34px 16px 16px; }
#navigator {
	position: relative;
	top: -10px;
	width: 160px;
	height: 600px;
	float: left;
	display: inline; }
#content {
	width: 720px;
	height: 580px;
	overflow: auto;
	float: left;
	padding: 10px;
	display: inline; }
div#footer {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666; }
div#footer a {
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; }
div#footer div.footer_wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 18px 0;
		/* position: relative; */
		}
		div#footer div.footer_right {
			float: right;
			text-align: right;
			width: 900px;
			}
#footer {
	position: relative;
	margin-top: -25px; /* negative value of footer height */
	height: 30px;
	clear:both; }

