body 
{
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.container
{
	width: 100%;
	height: 100%;
	
}

.menu
{
	position: absolute;
	width: 100%;
	height: 90px;
	overflow: hidden;
	background-image: url(/img/achtergrondboven.gif);
}

.contentholder
{
	position: absolute;
	margin-top: 83px;
	height: 100%;
	overflow: auto;	
}

.overig
{
	position: absolute;
	width: 30px;
	height: 50px;
	margin-left: 780px;
	margin-top: 44%;
}