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

#flashcontent {
	position: absolute;
	left: 50%;
      	top: 50%;
	width: 980px;
	height: 600px;
	margin-left: -486px;
	margin-top: -300px;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	color: #666666;
	font-size: 8pt;
	background-color: #B0D6EB;
	background-image: url(../media/images/achtergrond_fade.jpg);
	background-repeat: repeat-x;
}
td {
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 8pt;
}

a {
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration: none;
}

a:hover {
	font-family: Verdana;
	color: #FFFFFF
	font-size: 8pt;
	text-decoration: underline;
}
#achtergrond {
	position: absolute;
	left: 50%;
      	top: 50%;
	width: 1071px;
	height: 703px;
	margin-left: -532px;
	margin-top: -348px;
	background-image: url(../media/images/achtergrond.png);

}