*{
	margin:0;
	padding:0;
}
a {
	color:#8FC2FF;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border:none;
}
body {
	overflow:hidden;/*Needed to eliminate scrollbars*/
	background:#fff;
}
#tekstFrame {
	width:  240px;
	z-index: 3;
	position: absolute;
	top: 50px;
	left: 50px;
}
h1 {
	
}
#tekst {
	background: white;
	padding: 20px;
	font-family: arial;
	font-size: 12pt;
}
#pijltjes {
	text-align: right;
}
#pijltjes a { 
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}
#supersize {
	position:fixed;
}
#supersize img, #supersize a {
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
}
