html, body{
	margin:0;
	padding:0;
	
	background:#FFFFFF;

	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:25px;
	text-align:center;
	vertical-align:middle;
}

#outer{
	margin-top:-10px;
	width:100%;
	height:853px;
	background:#fd8200 url(/image/background.png) repeat;
}

	.wittebalk{
		width: 100%;
		height: 77px;
		background-color: white;
		display: block;
		position: absolute;
		z-index: 0;
	}
#content{
	width: 940px;
	height: 853px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	position: relative;
}


#footer{
	width:940px;
	
	margin:20px 0 30px 0;
	margin-left: auto;
	margin-right:auto;
	

	position:relative;
	height:auto;
	text-align:left;
	background:#FFFFFF
}
	#adresgegevens{

	}
	p{
		font-size:18px;
		line-height:24px;
		margin:0;
	}
	h1{
		font-size: 18px;
		line-height:24px;
		margin:0;
		font-weight: bold;
		text-transform: uppercase;
	}
	#payoff{
		position:absolute;
		top:0;
		right:50px;
		font-style:italic;
	}
	#facebook{
		position:absolute;
		right:50px;
		bottom:0;

	}

a:link, a:visited{
	color:#000000;
	text-decoration:none;
}

a:hover{
	color:#fd8200;
	text-decoration:none;
}
