body {
	height						: 100%;
	width   					: 100%;
	margin						: 0px;
	font-size					: 13px;
	color						: #000000;
	font-family					: Verdana, Arial, Helvetica, sans-serif;
	line-height					: 20px;
	background-color			: #000000;
}

body,td,th,TD, TH {
	font-family					: Verdana, Arial, Helvetica, sans-serif;
	font-size					: 13px;
	color						: #ffffff;
}

h1 {
	font-size					: 14pt;
	color						: #ffffff;
	line-height					: 30px;
	font-weight					: normal;
}

a {
	text-decoration				: none;
	color						: #ffffff;
}

#container {
	position					: absolute;
	top							: 0;
	left						: 50%;
	width						: 1020px;
	height						: 1010px;
	margin						: 0 0 0 -510px;
}

#logo {
	position					: absolute;
	top							: 0px;
	left						: 0px;
	height						: 194px;
	width						: 1020px;
	background					: url(images/logo.png);
}

#menu {
	position					: absolute;
	top							: 194px;
	left						: 0px;
	height						: 364px;
	width						: 359px;
}

#menu_onder {
	position					: absolute;
	top							: 558px;
	left						: 0px;
	height						: 242px;
	width						: 359px;
	background					: url(images/menu_onder.png);
}

#body {
	position					: absolute;
	left						: 359px;
	top							: 194px;
	width						: 511px;
	height						: 606px;
	padding-left				: 50px;
	padding-right				: 100px;
	text-align  				: left;
	background					: url(images/body.png);
	color						: #ffffff;
}

#onder {
	position					: absolute;
	left						: 0px;
	top							: 800px;
	width						: 1020px;
	height						: 72px;
	background					: url(images/onder.png);
}

#footer {
	position					: absolute;
	left						: 0px;
	top							: 872px;
	width						: 1020px;
	height						: 118px;
	padding-top					: 30px;
	color						: #ffffff;
	text-align  				: center;
	font-size					: 11px;
	background					: url(images/footer.png);
}