body{
	background-image: url('back.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFB5;
}

#header{
	position: relative;
	width: 800px;
	left: 50%;
	margin-left: -400px;
}

#nav{
	position: relative;
	top: 20px;
	left: 10px;
	width: 110px;
	height: 800px;
	text-align: center;
	font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', 'sans-serif';
	font-size: 12px;
}

#body{
	position: relative;
	top: -770px;
	left: 160px;
	width: 600px;
	height: 650px;
	text-align: center;
	font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', 'sans-serif';
	font-size: 14px;
}

#whatson{
	position: relative;
	top: -770px;
	left: 160px;
	width: 600px;
	height: 400px;
	text-align: center;
	font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', 'sans-serif';
	font-size: 14px;
}

#offers{
	position: relative;
	top: -770px;
	left: 160px;
	width: 600px;
	height: 800px;
	text-align: center;
	font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', 'sans-serif';
	font-size: 14px;
}

#body2{
	position: relative;
	top: -770px;
	left: 160px;
	width: 600px;
	height: 0px;
	text-align: center;
	font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', 'sans-serif';
	font-size: 14px;
}

#rooms{
	position: relative;
	top: -770px;
	left: 160px;
	width: 600px;
	height: 0px;
	text-align: left;
	font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', 'sans-serif';
	font-size: 14px;
}

#book{
	text-align: right;
}

/*172*/
#bed1{position: relative; top: -300px; left: 400px;}
#bed2{position: relative; top: -125px; left: 138px;}
#bed3{position: relative; top: -125px; left: 400px;}
#bed4{position: relative; top: -125px; left: -125px;}
#room1{position: relative; top: -100px;}

#struct{
	position: relative;
	left: 310px;
	width: 800px;
	left: 50%;
	margin-left: -400px;
}

#footer{
	position: relative;
	top: 0px;
	width: 800px;
	height: 100px;
	left: 50%;
	margin-left: -400px;
	text-align: center;
	font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', 'sans-serif';
	font-size: 12px;
}

img{border:none;}

a{
	text-decoration:none;
	color: black;
}

