@charset "utf-8";

body {
	background-color: #C6D92F;
}

#wrapper{
	width:1000px;
	height: 600px;
	margin-left:auto;
	margin-right:auto;
	}

#wrapper2{
	width:1000px;
	height: 600px;
	background-image:url(borrris_reservatie.jpg);
	margin-left:auto;
	margin-right:auto;
	}
	
#left{
	width:440px;
	height:600px;
	float:left;
}


#middle{
	width:500px;
	height:600px;
	float:left;
}

#middle_top{
	width:500px;
	height:230px;
	float:left;
}

#middle_middle{
	width:450px;
	height:355px;
	float:left;
	margin-left: 20px;
}


#right{
	width:230px;
	height:600px;
	float:left;
}

