body {
	margin:0;
	background-image:url(images/front_repeat.gif);
	background-repeat:repeat-x; 
	background-color:#b8b9f9;
}

#front {
	width:848px;
	height:590px;
	background-image:url(images/front.png);
	background-repeat:no-repeat; 
	margin:15px auto 0px auto;
}

#tekst {
	font-family:Verdana, Arial;
	font-size:12px;
	color:black;
	width:720px;
	height:100px;
	float:left;
	position:relative;
	top:120px;
	left:105px;
}

#hotel {
  background-image:url(images/front_hotel.png);
	background-repeat:no-repeat; 
	height:301px;
	width:337px;
	float:left;
	position:relative;
	top:110px;
	left:102px;
	cursor: hand;
}

#camping {
  background-image:url(images/front_camping.png);
	background-repeat:no-repeat; 
	height:301px;
	width:337px;
	float:left;
	position:relative;
	top:110px;
	left:127px;
	cursor: hand;
}
