html {
	height: 100%;
}

body {
	min-height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body.website {
	background: #26262A;
}

body.kiosk, body.debug  {
	background: none;
}

body.kiosk #wrapper, body.debug #wrapper {	
    width: 100%;
	height: 100%;
}

body.website div#flashwrap {
	position: absolute;
	left: 50%;
	margin-left: -461px;
	background: #26262A url(/images/background.gif) top center no-repeat;
	width: 922px;
	height: 778px;
}

body.website div#flashwrap #bbflashmovie {
	margin: 13px;
}

#centered {
	height: auto;
}

#footer {
	height: 40px;
	font: 10px Arial, sans-serif;
	color: #666;
	background: transparent url(/images/erfgoed-brabant.gif) no-repeat 25px 0;
}
#footer .wrapper {
	padding: 10px 0 0 106px;	
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/*#horizon {
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
}

#horizon object, #horizon embed {
	position: relative;
	left: 50%;
	margin-top: -359px;
	margin-left: -448px;
}*/
