body {
				background-color: #FFFFFF;
				margin: 0;
				padding: 0;
			}
#center {
				position: absolute;
				top: 50%;
				left: 50%;
				margin-left: -450px;
				margin-top: -120px;
				width: 1000px;
				height: 168px;
				text-align: center;
			}
h1 {
				font-family: helvetica, arial, sans-serif;
				color: #000;
				font-weight: bold;
				font-size: 45px;
				line-height: 50px;
			}
#centeroversigt {
				position: absolute;
				top: 50%;
				left: 50%;
				margin-left: -450px;
				margin-top: -300px;
				width: 1000px;
				height: 168px;
				text-align: center;
			}	
#tablecenter {
				position: absolute;
				margin-left: 275px;
			}
td {				text-align: left;
			}
#footer	{
				position: absolute;
				margin-top: 536px;
				margin-left: 375px;
			}