HTML{
height: 100%;
}
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(bgr_tile.gif);
	background-repeat: repeat;
	height: 100%;
	text-align: center;
       color: #0E3731;
}
#container{
	font-family: Verdana, Geneva, Arial, sans-serif;
	position: absolute;
	top: 10px;
	width: 932px;
	left: 50%;
	margin-left: -432px;
	visibility: visible;
	text-align: center;
}

#container table #logo {
	text-align: left;
	width: 301px;
	margin-left: 20px;
	margin-top: 17px;
	height: 61px;
	background-image: url(Tanja-Heben-Logo.png);
	background-repeat: no-repeat;
}		
#container table #menu {
	text-align: left;
	width: 892px;
	margin-left: 20px;
	margin-top: 14px;
	height: 30px;
	background-color: #9e7614;
}
table.outer {
	text-align: left;
	width: 932px;
	background-color: #ffffff;
	background-image: url(content-tile.png);
	background-repeat: repeat-y;
	}	
table #right,
table #content{
	text-align: left;
	width: 442px;
}

#footer {
	width: 932px;
	background-image: url(footer-bgr.png);
	height: 15px;
	background-repeat: no-repeat;
}