* { margin: 0px; padding: 0px; }

body 			{
				text-align: center;
				background-color: #bb9a7b;
				font-family: Arial;
				font-size: 12px;
				}
				
a				{
				color: black;
				text-decoration: none;
				}
				
a:hover			{
				text-decoration: underline;				
				}
				
ul				{
				padding-left: 20px;
				list-style-type: square;
				}

#wrapper 		{
				width: 800px;
				margin: 0 auto;
				text-align: left;
				}
				
#boven_header	{
				width: 800px;
				height: 70px;
				color: white;
				background-color: #89715a;
				padding-top: 7px;
				text-align: center;
				}
				
#header			{
				width: 800px;
				height: 150px;
				background-image: url("images/header.jpg");
				background-repeat: no-repeat;
				}
				
#onder_header	{
				width: 800px;
				height: 10px;
				color: white;
				background-color: #89715a;
				}
				
#wrapper2		{
				width: 800px;
				text-align: left; /*voor IE */
				margin: 0 auto;
				background: #bb9a7b url(images/hack.jpg);
				overflow: hidden;
				}
				
#links			{
				width: 140px;
				color: black;
				background-color: #89715a;
				float: left;
				padding-left: 5px;
				}
				
#midden			{
				width: 508px;
				background-color: #bb9a7b;
				float: left;
				padding-left: 2px;
				}

#rechts			{
				width: 140px;
				background-color: #89715a;
				padding-left: 5px;
				float: right;
				}
				
#footer			{
				width: 800px;
				height: 70px;
				color: white;
				background-color: #89715a;
				padding-top: 7px;
				text-align: center;
				}