/* @override http://www.caressedefilm.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: 640px;
	height: 480px;
	bottom: 82px;
	left: 50%;
	margin-left: -320px;
	display: none;
}

div#news {
	z-index: 200;	
	position: absolute;	
	bottom: 210px;
	left:50%;
	margin-left: -250px;
	display:none;
	background-color: transparent;
	width:500px;
	padding:5px;
	color: #fff;
	font-family: MrsEavesRoman, Georgia, "Times New Roman", Times, serif;
}

div#news a {
	color: #fff;
	text-decoration: underline;
}