body{
	background-image: url(img/bg.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #ebddc6;
	overflow: hidden;
	}
	
#container{
	width: 856px;
	height: 500px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	}
	
#logo{
	height: 108px;
	width: 856px;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 20px;
	}
	
#header{
	height: 269px;
	width: 856px;
	background-image: url(img/header.png);
	margin-bottom: 10px;
	}
	
#portfolio{
	height: 68px;
	width: 350px;
	background-image:  url(img/portfolio.png);
	float: left;
	margin-right: 10px;
	margin-left: 73px;
	}

#contact{
	height: 68px;
	width: 350px;
	background-image: url(img/contact.png);
	float: left;
	}
	
	
	
	
#heading{
	height: 116px;
	width: 100%;
	background-image: url(img/heading.png);
	margin-bottom: 10px;
	}
	
#logo-klein{
	height: 60px;
	width: 276px;
	background-image: url(img/logo-klein.png);
	float: left;
	}
	
#terug{
	height: 39px;
	width: 353px;
	background-image: url(img/terug.png);
	float: right;
	}
	

