@charset "UTF-8";

#main_links {
	background-image:url(../images/main_links.jpg);
	background-repeat:no-repeat;
	height:558px;
	width:auto;
	margin:0px;
	overflow: hidden;
}

#sites {
	background-image:url(../images/sites.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	position:absolute;
	height:130px;
	width:112px;
	left:500px;
	top:583px;
}
#sites a:hover { /* this tag is for IE */
	background-image:none;
}
#sites:hover {   /* this tag works for all other browsers */
	background-image:none;
}

#golf {
	background-image:url(../images/golf.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	position:absolute;
	height:130px;
	width:210px;
	left:620px;
	top:581px;
}
#golf a:hover { /* this tag is for IE */
	background-image:none;
}
#golf:hover {   /* this tag works for all other browsers */
	background-image:none;
}

#visit {
	background-image:url(../images/visit.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	position:absolute;
	height:130px;
	width:120px;
	left:834px;
	top:581px;
}
#visit a:hover { /* this tag is for IE */
	background-image:none;
}
#visit:hover {   /* this tag works for all other browsers */
	background-image:none;
}
