html, body {
    height: 100%;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
}
#full-bg img {
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index:-10;
    opacity: .9;
}




#zijbar{
	position: fixed;
	text-align: center;
	height:100%;
	width:300px;
	background-color:#FFF;
	right:150px;
	            filter: alpha(opacity=80);
            opacity: 0.8;
			font-size:16px;
}



#logo{
	position: fixed;
	height:300px;
	width:354px;
	right:123px;
	background-image:url(images/logo2.png);

}

#menu{
	position: fixed;
	height:500px;
	width:354px;
	right:123px;
	top:350px;
	text-align: center;
}

#taal{
	height:20px;
	width:354px;
	text-align: center;
		font-size:16px;

}

#lijn{
	height:10px;
	width:354px;
	background-image:url(images/lijn.png);

}


#disclaimer-home{
	position: fixed;
	width:250px;
	right:175px;
	bottom:50px;
	text-align:center;

}


#frame{
	min-width:1000px;
	



}


a {
    color: #333;
    background-color: transparent;
    text-decoration: none;
	cursor: pointer;

}

a:hover {
	color:#999999;
	background-color: transparent;
	text-decoration: none;
	cursor: pointer;
}

.soon {
	font-size:10px;

}