html {
	
	overflow: auto;
	height: 100%;
}

body {
	
	background-color: #000;
	margin: 0px;
}

#header {
	
	width: 980px;
	height: 54px;
	
	margin: 0px auto;
	
	background-image: url('../images/home_header.gif');
}

#content {
	
	width: 980px;
	height: 715px;
	
	margin: 0px auto;
}

div.eric-lolkema {
	
	float: left;
	position: relative;
	
	width: 488px;
	height: 715px;
	
	background-image: url('../images/homepage.jpg');
	background-repeat: no-repeat;
}

div.eric-lolkema img {
	
	position: absolute;
	
	top: 46px;
	left: 125px;
	
	border-width: 0px;
}

div.sense {
	
	float: left;
	position: relative;
	
	width: 492px;
	height: 715px;
	
	background-image: url('../images/homepage.jpg');
	background-position: top right;
}

div.sense img {
	
	position: absolute;
	
	top: 46px;
	left: 99px;
	
	border-width: 0px;
}

#footer {
	
	width: 980px;
	height: 54px;
	
	margin: 0px auto;
	
	text-align: center;
	color: #FFF;
	font-size: 12px;
}

#footer a {
	
	font-family: Myriad Condensed Web, Arial;
	color: #FFF;
	text-decoration: none;
}

a.float-link {
	
	position: absolute;
	display: block;
	width: 100px;
	height: 20px;
	top:25px;
}

#bruidsfotografie {
	
	left: 80px;
	width: 110px;
}

#portretfotografie {
	
	left: 200px;
	width: 114px;
}

#studiofotografie {
	
	left: 330px;
	width: 114px;
}

#sociaal {
	
	left: 30px;
	width: 62px;
}

#projecten {
	
	left: 106px;
	width: 80px;
}

#documentair {
	
	left: 200px;
	width: 100px;
}

#landen {
	
	left: 310px;
	width: 70px;
}

#series {
	
	left: 390px;
	width: 50px;
}

.hidden {
	visibility: hidden;
}