body {
	background-color: #f0f1f2;
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
	
#container {
	background-image: url(images/kennesnatuursteen.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
	background-color: #FFFFFF;
	height: 750px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
	overflow: auto;
	box-shadow: 0px 0px 30px #00529e;
 	-moz-box-shadow: 0px 0px 30px #00529e;
 	-webkit-box-shadow: 0px 0px 30px #00529e;
	}

#adres {
	height: 30px;
	width: 700px;
	margin-top: 720px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
	overflow: auto;
	}

a.adres:link           {
	color: #00529e;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
a.adres:visited           {
	color: #00529e;
	font-style: normal;
	font-weight: bold;
}
a.adres:hover        {
	color: #00529e;
	font-style: italic;
	font-weight: bold;
}
.adres        {
	color: #111f55;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
}