html, body
{
	background: #14191f url('../images/fast-track-belgium.jpg') no-repeat center center;
	height: 100%;
	margin: 0;
	padding: 0;
}
div#shim
{
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -270px;
	float: left;
}
div#content
{
	background: #14191f url('../images/fast-track-belgium.jpg') no-repeat center center;
	margin: 0 auto;
	width: 800px;
	height: 540px;
	clear: both;
	position: relative;
	top: -270px;
	/* IE4ever Hack: Hide from IE4 **/
	position: static;/** end hack */
}
/* Hide from IE5mac \*//*/
	div#shim {
		display: none;
	}
	html, body {
		height: auto;
	}
/* end hack */