html,body {
	margin: 0;
	padding: 0;
	font-size: small;
	background-color: #ff9d00;
}

#wrap {
	background: url(../images/homeback.jpg) no-repeat;
	width: 654px;
	height: 541px;
	margin: 0 auto;
	position: relative;
}

#contact {
	color: #828282;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 75px 0 0 38px;
	font-size: 85%;
	width: 250px;
}

#contact a {
	display: block;
	color: #828282;
	margin: 7px 0 2px;
}

#contact a:hover {
	color: #ffaa00;
}

.hidden {
	display: none;
}

a#lure {
	background: url(../images/lure.jpg) no-repeat;
	position: absolute;
	top: 303px;
	left: 197px;
	height: 122px;
	width: 180px;
	text-indent: -9999px;
}

a#lure:hover {
	background: url(../images/lure.jpg) no-repeat 0 -122px;
}