* { margin: 0; padding: 0; }
body {
	background-color: #ccc;
	text-align: center;
	margin: 0 auto;
	padding: 0 auto;
}
.whitebg {
	background-color: white;
	width: 810px;
	margin: 0 auto;
	padding: 0 auto;
	margin-top: 20px;
	border: 1px solid white;
}
.container {
	width: 800px;
	height: 560px;
	margin: 0 auto;
	padding: 0 auto;
	margin: 5px;
	display: block;
	position: relative;
}
.hpspecial {
	background-image: url(bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 800px;
	height: 633px;
}
.text-logo {
	background-image: url(../homepage200911/silverpointhotel.png);
	width: 236px;
	height: 31px;
	position: absolute;
	left: 30px;
	top: 20px;
	z-index: 10;
}
.text-kitesurfing {
	width: 465px;
	height: 136px;
	position: absolute;
	right: 10px;
	top: 80px;
	background-image: url(text-kitesurfing.png);
	background-position: top;
	background-repeat: no-repeat;
}
.text-moreinfobelow {
	width: 350px;
	height: 83px;
	position: absolute;
	right: 2px;
	top: 250px;
	background-image: url(text-moreinfobelow.png);
	background-position: top;
	background-repeat: no-repeat;
	cursor: pointer;
}
.text-comewhile {
	width: 430px;
	height: 15px;
	position: absolute;
	right: 10px;
	top: 340px;
	background-image: url(text-comewhile.png);
	background-position: top;
	background-repeat: no-repeat;
}
.booking-button {
	background-image: url(booknow.png);
	width: 205px;
	height: 26px;
	position: absolute;
	right: 30px;
	top: 370px;
}
.silverpointlogo {
	background-image: url(logo-bottom.png);
	width: 187px;
	height: 92px;
	position: absolute;
	right: 35px;
	top: 440px;
	z-index: 10;
}
.footer-text {
	position: absolute;
	right: 20px;
	top: 542px;
	z-index: 10;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.footer-text .ahref {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.footer-text .ahref {
	text-decoration: none;
}
.text-area {
	width: 800px;
	display: block;
	margin: 0 auto;
	padding: 0 auto;
	margin-bottom: 20px;
	position: relative;
}
.title {
	height: 33px;
	text-align: left;
	margin-top: 20px;
}
.textbox {
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	font-weight: bold;
	margin: 10px 0 0 20px;
	text-align: left;
}
.booknow {
	text-align: right;
}
.booknow img {
	margin-right: 150px;
}
.textbox_sm{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	margin: 10px 0 0 20px;
	clear: both;
	text-align: left;
}

/* Menu */
.menu {
	display: block;
	position: absolute;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	right: 20px;
	top: 24px;
	z-index: 9;
}
.menu ul {
	margin:0;
	padding: 0;
	list-style: none;
	float: left;
}
.menu ul li {
	text-align: left;
	display: inline;
}
.menu a, a:visited {
	color: black;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}
.menu a:hover {
	color: #d65827;
}
.menu .homelink {
	color: #d65827;
}
