	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	/* end hide */

#flashcontent {
position:absolute;
width:100%;
height:auto;
padding:0 auto;
margin:0 auto;
top:70px;
bottom:0;
}

body {
height: 100%;
margin: 0;
padding: 0;
font-family: Helvetica,Arial,sans-serif;
background-color: #00adef; 
color:#000;
}

#fotograaf a {
color:#000;
text-decoration:none;
position:absolute;
top:15px;
right:10px;
}

#fotograaf a:hover {
background:#00adef;
color:#fff;
}