/* THE GRID */

* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	background-image: url(/img/global/body_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -90px; /* de onderzijde marge is de negatieve waarde van de hoogte van #footer */
}
#footer, .push {
	height: 90px; /* .push moet dezelfde hoogte zijn als #footer */
}
#footer {
	background-color: #CCCCCC;
}
#header {
	height: 156px;
	width: 100%;
	background-color: #000066;
}
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 47px;
}
table#title {
	width: 976px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: 156px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table#powered {
	width: 976px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: 90px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#powered a:link, #powered a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	text-decoration: none;
	font-weight: bold;
	line-height: 15px;
	display: block;
	height: 55px;
	width: 162px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/img/global/logo_msg_24.png);
	background-repeat: no-repeat;
	background-position: right;
}
#main {
	width: 954px;
	padding-right: 11px;
	padding-left: 11px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 11px;
	padding-bottom: 11px;
}
/* End hide from IE-mac */
.clearer, .clearfloat {
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
