html {
	height:100%;
	width: 100%;
	overflow: hidden;
}

body, td, iframe {
	margin:		0;
	padding:	0;
	height:		100%;
	width:		100%;
	font: 		10pt Verdana; 
	color: 		#fff;
	background-color:	#3B434E;
}


#site {
	position: absolute;
	width: 100%;
	height: 454px;
  margin: -200px 0 0 0;
	top: 50%;
	background:	#090A0E url('images/x.jpg') top center repeat-x;	
	text-align: center;
}

#bt {
	background-color:	#090A0E;
	text-align: right;
	width: 750px;
}
#bottom {
	background-color:	#090A0E;
	text-align: right;
	height: 100%;
	width: 100%;
}

#content {
	font: normal 10pt Verdana; 
	background-color : #252B35;
	position: 	absolute;
	height: 	170px;
	width: 		480px;
	top: 		198px; 
	left: 		270px;
	visibility: hidden;
	border:		#fff solid 0px;
}

h2 { 
	font: bold 1.2em Verdana; 
}
h3 {
	font: bold 10pt Verdana;
}



a { 
	font-family: Verdana; 
	font-size: 10pt; 
	text-decoration: underline; 
	color: #D6DBE3 
}
a:hover {
	color: #CACED3;
}
a:visited { 
	color: #E8EFF4;
}


/*



.inactive_link { 
	color: #FFFFFF 
}
.kop { 
	font-size: 14pt;
	font-style: normal;
	font-weight: bold; 
}
.voet {
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: normal;
}
.bf_form { 
	font-size: 10pt; 
	background-color: #E8EFF4;
}
.bf_form_input { 
	font-size: 10pt; 
	background-color: #3B424F;
}
.bf_form_header { 
	font-size: 10pt; 
	color: #3B424F; 
	background-color: #E8EFF4;
}
*/