body {
	background: url(images/background.jpg);
	margin: 0px;
}

#vertical {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 936px;
      height: 580px;
      margin-left: -478px;
      margin-top: -290px; 
}

#menu {
	float: left;
	width: 160px;
	height: 340px;
	margin-top: 20px;
	margin-left: 40px;
	left: clear;
	right: clear;
}

#main {
	float: left;
	width: 596px;
	height: 550px;
	margin-top: 20px;
	padding-top: 10px;
	padding-right: 90px;
	margin-left: 50px;
	vertical-align: bottom;
}

#column1 {
	float: left;
	width: 250px;
}

#column2 {
	float: left;
	width: 250px;
}

#welcome {
	width: 936px;
	height: 580px;
	position: absolute;
	left: 478px;
	top: 290px;
	margin-left: -478px;
	margin-top: -290px;
	background: url(images/welcome.png);
}

#history {
	width: 900px;
	height: 540px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -270px;
	background: url(images/history.png);
}

#accommodation {
	width: 900px;
	height: 540px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -270px;
	background: url(images/accommodation.png);
}

#location {
	width: 900px;
	height: 540px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -270px;
	background: url(images/location.png);
}

#activities {
	width: 900px;
	height: 540px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -270px;
	background: url(images/activities.png);
}

#booking {
	width: 900px;
	height: 540px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -270px;
	background: url(images/booking.png);
}

#links {
	width: 900px;
	height: 540px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -270px;
	background: url(images/links.png);
}

.logo {
	margin-bottom: 35px;
	border: 0px;
}

.photo {
	position: absolute;
	bottom: 0px;
	left: 650px;
	width: 286px;
}

.welcomebtn {
	margin-bottom: 14px;
}

.historybtn {
	margin-bottom: 4px;
}

.accommodationbtn {
	margin-bottom: 14px;
}

.locationbtn {
	margin-bottom: 14px;
}

.activitiesbtn {
	margin-bottom: 13px;
}

.bookingbtn {
	margin-bottom: 6px;
}

.linksbtn {
	margin-bottom: 12px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #b3e9ff;
	font-size: 22px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #b3e9ff;
	font-size: 14px;
	margin-bottom: 0px;
}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	text-align: left;
}

.maintext2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	text-align: left;
	margin-right: 200px;
}


.maintext a:link {
	color: #65ADF5;
}

.maintext2 a:link {
	color: #65ADF5;
}

.maintext a:hover {
	color: #FFFFFF;
}

.maintext2 a:hover {
	color: #FFFFFF;
}

.maintext a:visited {
	color: #DDB6F8;
}

.maintext2 a:visited {
	color: #DDB6F8;
}

