body {
	background-color: #303A5A;
	margin: 0px;
	padding: 0px;
	/*height: 100%; /*om de tabel in xhtml ook 100% hoogte te laten beslaan*/
	/*border: 0px;*/
}
table {
	width: 100%;
	height: 100%; /*eigenlijk ongeldig maar laten staan voor NN4 en de rest in quirks mode*/
	border: 0px;
	background-image: url(hoofdmenu/background.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
table td {
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}
table td img {
	border: 0px;
	margin: 0px;
}
table td#header {
	height: 146px;
}
table td#footer {
	height: 158px;
}