html, body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#overlay{
	width: 924px;
	height: 580px;
	position: absolute;
	left: 50%;
	margin-left: -462px;
	top: 0;
	background-color: #000;
	opacity: .85;
	filter:alpha(opacity=85);
	z-index: 100;
}

#movie{
	width: auto;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -212px;
	top: 100px;
	z-index: 1000;
}

a.sluiten{
	width: 12px;
	height: 12px;
	position: absolute;
	left: 50%;
	margin-left: 224px;
	top: 100px;
	z-index: 105;
	background: url(sluiten.gif) no-repeat;
}

#flipover{
	width: 100%;
	position: absolute;
	left: 0;
	top: 106px;
}
