body {
	text-align: center;
	padding: 0;
	margin: 0;
}

html>body {
	margin: auto;
}

div#body {
	background-color: #fff;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	width: 800px;
	margin: 0;
	background-image: url(../images/bg_container.gif);
	background-position: top center;
	background-repeat: repeat-y;
	text-align: left;
}

body>div#body {
	margin: auto;
}

div#header img {
	display: block;
}

p#payoff {
	border-top: 16px solid #df0051;
	margin: 0;
	background-color: #fe7d21;
	color: #343399;
	font-weight: 900;
	height: 15px;
	background-image: url(../images/logo_header.gif);
	background-repeat: no-repeat;
	text-align: right;
	padding: 1px 17px 0 0;

}

div#container {
	float: left;
	background-image: url(../images/logo_antwerp_160.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 800px;
}

div#body>div#container {
	height: auto;
	min-height: 800px;
}

div#menu-ctr {
	background-color: #343399;
	width: 160px;
	float: left;
}

div#menu {
	padding-top: 30px;
	height: 400px;
}

div#menu-ctr>div#menu {
	min-height: 400px;
	height: auto;
}

div#menu a{
	color: #fff;
	text-decoration: none;
}

div#menu a:hover {
	text-decoration: underline;
}

div#menu ul {
	list-style-type: none;
	padding: 0 0 0 17px;
	margin: 0;
}

div#menu li {
	padding: 3px 0 3px 0;
}

div#content {
	float: left;
	width: 606px;
	padding: 17px;
}

h1 {
	font-size: 200%;
	color: #343399;
	text-align: right;
}

div#footer {
	clear: both;
}

img {
	border: none;
}