body {
	color: #7E816F;
	font-family: Georgia, "Times New Roman", Times, Constantia, serif;
	font-size: 62.5%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #ddd7c9;
	}

#wrapper {
	width: 654px;
	height: 590px;
	margin: 0 auto 0 auto;
	position: relative;
	top: 0;
	background: transparent url(images/beachhut_pr.jpg) no-repeat top center;
	}
	
#text {
	display: block;
	float: left;
	position: relative;
	width: 300px;
	margin: 320px 0 0 85px;
	background: transparent;	
	}
	
#text p {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #7E816F;
	margin: 0 0 .7em 0;
	padding: 0 0 0 0;
	}
	
#text a {
	color: #7E816F;
	text-decoration: none;
	border-bottom: 1px dotted #FFCA24;
	}
	
#text a:hover {
	color: #7E816F;
	text-decoration: none;
	border-bottom: 1px solid #FFCA24;
	background: #FFCA24;
	}

