/* @override http://www.ariedefilm.nl/style.css */

/*hide from ie on mac\*/

html {
	height: 100%;
	overflow: hidden
}

#flashcontent {
	width: 100%;
	height: 100%;
}

/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
}

div#making-of {
	z-index: 100;
	position: absolute;
	width: 500px;
	height: 281px;
	top: 276px;
	left: 235px;
	display: none;
}

div#news {
	z-index: 200;	
	position: absolute;	
	top:0px;
	left:400px;
	display:none;
	background-color:white;
	width:500px;
	padding:5px;
}
