body { /* misc body attributes, background */
    padding: 0;
    border: 0;
    margin: 0;
    background-color: #fefefeff; 
    font-family: calibri,arial,helvetica,sans-serif;
}

table {
	font-size: 8pt;
}

td {
	text-align: center;
}

a{
    color: black;
	border-bottom: 1px solid white;
}

a:hover {
    color: #000000;
	border-bottom: 1px solid white;
}

#page {
	position: absolute;
	left: 50%;
	margin-left: -400px; /* de helft van de breedte van je element vermenigvuldigd met -1 */ 
	padding-top: 10px;
}

#canvas {
	width: 790px;
	position: relative;
}

#background {
	z-index: -99;
	width: 100%;
	text-align: center; 
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#menu {
	color: #FFFFFF;
	position: absolute;
	top: 120px;
	left: -10px;
	width: 800px;
	height: 35px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
}

#menu a {
	text-decoration: none;
	color: white;
	border: none;
	width: 150px;
}

#menu a:hover {
	color: white;
	width: 150px;
}

#content {
	position: absolute;
	width: 575px;
	height: 365px;
       top: 200px;
       left: 145px;
	font-size: 12px;
	text-align: left;
	overflow-y: auto;
	overflow-x: none;
}

#location {
	position: absolute;
	top: 165px;
	left: 210px;
	text-align: bottom,left;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	font-style: italic;
}

#footer {
	position: absolute;
	top: 580px;
	right: 13px;
	font-size: 10px;
	color:     #FFFFFF;
}
p.disclaimer {
	font-size: 9px;
	color: #999999;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

