/* CSS */

#container {
	margin: 0 auto;
	width: 800px;
	height:550px;
}

#logo {
	background-image:url(../afbeeldingen/Logo2.jpg);
	position:fixed;
	top:17px;
	margin:0 auto 15px;
	width:663px;
	height:105px;
}

#restaurant {
	position:fixed;
	margin:0 auto -65px 80px;
	height:175px;
	width:370px;
	top:130px;
}

#appartementen {
	position:fixed;
	margin:0 auto -75px 205px;
	height:180px;
	width:415px;
	height: 180px;
	top:235px;
}

#jachthaven {
	margin:0 auto -65px 325px;
	position:fixed;
	height:180px;
	width:375px;
	top:340px;
}
