html {
	width:100%;
}
body {
	background-color: #000;
	margin: 0px;
}
#logo {
	margin:auto;
	width: 320px;
	height: 95px;
	background-image:url(../images/logo_tjapko.png);
	background-repeat:no-repeat;
	margin-top:22px;
	margin-bottom:22px;
}
#menu {
	width:100%;
	height: 30px;
	padding-top:1px;
	background-image:url(../images/lijnen_menu.png);
	background-repeat:repeat-x;
}
#fotos {
	margin:auto;
	width: 1000px;
	height: 320px;
	background-image:url(../images/fotos.jpg);
	background-repeat:no-repeat;
}
#facebook {
	position:absolute;
	width:30px;
	height:30px;
	margin-left:960px;
	margin-top:280px;
}
#lijn {
	width: 100%;
	height: 1px;
	background-color:#FFF;
	margin-bottom:50px;
}
#wrapper {
	margin:auto;
	width:1000px;
}
#content_boven {
	float:left;
	width: 1000px;
	height: 100px;
	background-color:#FFF;
	background-image:url(../images/schaduw_boven.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
#content_midden {
	float:left;
	width: 1000px;
	background-color:#FFF;
}
#content_onder {
	float:left;
	width: 1000px;
	height: 100px;
	background-color:#FFF;
	background-image:url(../images/schaduw_onder.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-bottom:50px;
}
#titel {
	float:left;
	width:349px;
	text-align:right;
	padding-right:50px;
	font-family:'Lato', sans-serif;
	font-weight:300;
	font-size:50px;
}
#tekst {
	float:left;
	width: 500px;
	padding-left:50px;
	margin-right:50px;
	font-family:'Lato', sans-serif;
	font-weight:300;
	font-size:15px;
	line-height:20px;
	border-left:1px solid #F00;
}
#footer {
	float:left;
	width: 100%;
	height: 10px;
	background-image:url(../images/lijnen_footer.png);
	background-repeat:repeat-x;
	margin-bottom:50px;
}
