* { 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: 26px;
   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;
	bottom: 130px;
}
.makesure {
   background-image: url(makesure.png);
   width: 298px;
   height: 85px;
   position: absolute;
   top: 310px;
   right: 3px;
}
.windlovers {
   background-image: url(windlovers.png);
   width: 456px;
   height: 49px;
	position: absolute;
	left: 50px;
	top: 280px;
}
.startingat999 {
   background-image: url(startingat999.png);
   width: 452px;
   height: 114px;
	position: absolute;
	left: 3px;
	bottom: 90px;
}
.fyi {
   background-image: url(fyi.png);
   background-repeat: no-repeat;
   width: 589px;
   height: 84px;
	position: absolute;
	left: 3px;
	bottom: 10px;
}
.silverpointlogo {
	background-image: url(logo-bottom.png);
	width: 170px;
	height: 84px;
	position: absolute;
	right: 35px;
	bottom: 20px;
	z-index: 10;
}
.footer {
   margin: 0 auto;
   padding: 0 auto;
   width: 800px;
   height: 20px;
   position: relative;
}
.footer .specialterms {
	color: black;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 70px;
}
.footer-text {
	color: black;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin-right: 10px;
}
.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: 14px;
	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;
}

