/* ////////////////////  ALGEMEEN  //////////////////// */
html, body {
		height: 100%;
		margin: 0;
		padding: 0;
		font-family: Helvetica, Arial, sans-serif;
		font-size:12px
		}


div {
		display: block;
		}

a {
	outline: none;
	color:#000;
	text-decoration: none;
}
	
		
.wrapper {
		height: 100%;
		width: 837px;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		margin-top: 10px;
		}

.body {
		position: fixed;
			background: url('http://beta.kunstenkoningsduin.nl/includes/bg-all.jpg') no-repeat;

		overflow: hidden;
		width: 100%;
		height: 0px; top: 0; left:0;
		z-index: -10;
	
		}		
		
		
/* ////////////////////  BACKGROUND IMAGE  //////////////////// */		
		
.body img {
		position:; 
		top: 0; 
		left: 0;
		}



/* ////////////////////  LOGO  //////////////////// */		


.logo {
		width: 288px;
		height: 68px;
		background: url('images/logo.png') no-repeat;
		margin-top: 20px;
		margin-left: 32px;
		}


/* ////////////////////  PLACEHOLDER  //////////////////// */		


.content {
		width: 837px;
		height: 766px;
		background: url('images/content3.png');
		margin-top: 20px;
		margin-left: 0px;
		}
		
		
/* ////////////////////  FOOTER  //////////////////// */		


.footer {
		width: 771px;
		height: 20px;
		margin-top: 20px;
		margin-left: 0px;
		text-align:center;
		color: white;
		font-weight:bold;
		}