html,body {
	margin:0;
	padding:0;
	height:100%;
	overflow-y: auto;
	width:100%;
	background-color: #FAFAFA;
}
  
#content {
	position: absolute;
	width: 100%;
	height: 424px;
	_height: 428px;
	top: 50%;
	margin-top: -212px;
	_margin-top: -214px;
}

#flashcontent { 
	position:absolute; 
	top:50%; 
	height:300px; 
	width: 100%;
	text-align:center;
	margin-top:-150px;
	background-color: #FFF; 
	border-top: 1px #f2f3e8 solid;
	border-bottom: 1px #f2f3e8 solid;
}

#flashcontent img {
/*	border: 1px #F0F0F0 solid; */
}

#dhtmltooltip {
	position: relative;
	width: 150px;
	height: 20px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #777777;
	font-size: 11px;
	border: 1px solid #d0d0d0;
	padding-top: 6px;
	background-color: #ffffff;
	visibility: hidden;
	z-index: 100;
	opacity:.7; filter: alpha(opacity=70); -moz-opacity: 0.7;
}
	
#menu {
	position: absolute;
	bottom: 0;
	left:50%;
	margin-left:-250px;
	width: 500px;
}

#menuplaatjes {
	margin-right: 35px;
	float: left;
}

#menuplaatjerechts {
	margin-right: 0px;
	float: left;
}
