* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	border: 0;
}

.float_left {
	float: left;
}

div.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

body {
	background: #000 url(../Images/body_bg.gif) repeat-x 0 525px;
	font: 12px/1.5em Georgia, Times, serif;
}

#wrap {
	width: 800px;
	height: 582px;
	background: transparent url(../Images/wrap_bg.jpg) no-repeat;
}

.body_whg a {
	background: url(../Images/whg_link_body.jpg) no-repeat left bottom;
	height: 32px;
	display: block;
	width: 325px;
	float: right;
	position: relative;
	top: 175px;
}

.body_whg a:hover
{
	background-position: 0 0;
}

.body_whg span
{
	display: none;
}

.body_baymont a {
	background: url(../Images/baymont_link.jpg) no-repeat left bottom;
	height: 76px;
	display: block;
	width: 325px;
	float: right;
	position: relative;
	top: 297px;
	left: 325px;
}

.body_baymont a:hover
{
	background-position: 0 0;
}

.body_baymont span
{
	display: none;
}

.body_daysinn a {
	background: url(../Images/daysinn_link.jpg) no-repeat left bottom;
	height: 76px;
	display: block;
	width: 325px;
	float: right;
	position: relative;
	top: 297px;
}

.body_daysinn a:hover
{
	background-position: 0 0;
}

.body_daysinn span
{
	display: none;
}

.body_laquinta a {
	background: url(../Images/laquinta_link.jpg) no-repeat left bottom;
	height: 76px;
	display: block;
	width: 325px;
	float: right;
	position: relative;
	top: 373px;
	left: 325px;
}

.body_laquinta a:hover
{
	background-position: 0 0;
}

.body_laquinta span
{
	display: none;
}


.foot_whg a {
	background: url(../Images/whg_link_foot.jpg) no-repeat left bottom;
	height: 57px;
	display: block;
	width: 129px;
	float: right;
	position: relative;
	top: 449px;
	left: 650px;
}

.foot_whg a:hover
{
	background-position: 0 0;
}

.foot_whg span
{
	display: none;
}

.copyright {
	position: relative;
	top: 390px;
	left: 10px;
	width: 400px;
	color: #fff;
}

.copyright a {
	color: #fff;
	text-decoration: underline;
}

.copyright a:hover {
	text-decoration: none;
}

