html, body{
        padding: 0px;
        margin: 0px;
		background-color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: normal;
		background-image:url(http://www.beachretreats.co.uk/images/hpbg.jpg);
		background-position:bottom;
		background-attachment:fixed;
}


#fbFooter {
	height: 49px;
	background-color: #3098d5;
	background-image: url('../img/footerBackground.gif');
	background-repeat: repeat-x;
}

.fbPaginationMinor {
	color: #ffffff;
	margin-left: 0px;
}
#fbCurrentPages {
	font-weight:bold;
}

#fbContents {
	float: left;
	margin-top: 13px;
	margin-left: 15px;	
}
#fbtitle {
	float:left;
	margin-top: 16px;
	margin-left: 15px;
}

#fbMenu {
	float: right;
	margin-top: 4px;
	margin-right: 15px;
}

#fbdesign {
	position:absolute;
	bottom:10px;
	right: 10px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:16px;
	width:100px;
	text-align:right;
}

#fbdesign a:link {
	text-decoration:none;
	border-bottom: 1px dotted #FFF;
	color:#FFF;
}
#fbdesign a:visited {
	text-decoration:none;
	border-bottom: 1px dotted #FFF;
	color:#FFF;
}
#fbdesign a:hover {
	text-decoration:none;
	border-bottom: 1px dotted #dc006b;
	color:#dc006b;
}

#altmsg {
	position: absolute;
	background-color:#2DB4EB;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a.altlink:link {
	color: #FFFFFF;
}

a.altlink:visited {
	color: #DDDDDD;
}

a.altlink:hover{
	color: #FFFFFF;
}

/* PNG FIX */
img { behavior: url(iepngfix.htc) }