html, body, div#site_hoofd
{
	min-height: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

body
{
	background-color: #000;
}

html>/**/body, html>/**/body div#site_hoofd
{
	height: auto;
}

a
{
	font: 11pt verdana, arial, sans-serif;
	font-weight: bold;
}

a:link, a:visited
{
	text-decoration: none;
	color: #FFCC66;
	
}

a:hover
{
	text-decoration: underline;
	color: #CCC;
}

div#introkader
{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -190px;
	width: 356px;
	height: 295px;
	border: 1px solid #FFCC66;
	text-align: center;
}

object#intro
{
	position: absolute;
	visibility: hidden;
	z-index: 0;
	top: 30px;
	left: 4px;
	width: 352px;
	height: 240px;
}

p
{
	position: relative;
	clear: both;
	top: 300px;
}
