body{
			background: #7B0542 url(bg.jpg) repeat-x;
			^background: #6F0337 url(bg.jpg) repeat-x;
			margin: 0;
		}
		

	
		#top{
			background: url(zeeuwshypotheekhuys.jpg) no-repeat;
			height: 460px;
			width: 986px;
			left: 50%;
			margin-left: -493px;
			position: relative;
		}
		
		#adres{
			height: 50px;
			width: 700px;
			left: 50%;
			margin-left: -350px;
			position: relative;
			margin-top: 30px;
			color: #fff;
			line-height: 50px;
			text-align: center;
			font-size: 11px;
			font-family: Verdana;
			background: url(keurmerk.jpg) right no-repeat;
		}
		
		#adres a{
			color: #fff;
			text-decoration: none;
		}
		
		#adres a:hover{
			text-decoration: underline;
		}	
		
		#buttons{
			height: 64px;
			width: 930px;
			left: 50%;
			margin-left: -465px;
			position: relative;
		}
		
		a.button{
			height: 67px;
			width: 151px;
			display: block;
			float: left;
			text-decoration: none;
			color: #FFF;
			line-height: 67px;
			text-align: center;
			text-transform: uppercase;
			font-family: Verdana;
			font-size: 12px;
			background: url(button.jpg);
		}
		
		a.button:hover{
			background: url(hover.jpg);
			color: #7B0542;
		}
