body {
	background: #300;
	margin: 0;
	padding: 0;
	}

#imagegrid { 
	background-image: url(../images/homemap.jpg);
	background-repeat: no-repeat;
	background-position: 20px 30px;
	height: 580px;
	width: 985px;
	}

#menu a {
	position: absolute;
	height: 136px;
	width: 161px;
	top: 250px;
	right: 100px;
	text-decoration: none;
	}

#menu a i { visibility: hidden; }

a#about { top: 166px; left: 180px; }
a#services { top: 166px; left: 343px; }
a#gallery { top: 304px; left: 343px; }
a#links { top: 304px; left: 506px; }
a#contact { top: 442px; left: 506px; }

a#about:hover { background-image: url(../images/abouton.jpg); }
a#services:hover { background-image: url(../images/serviceson.jpg); }
a#gallery:hover { background-image: url(../images/galleryon.jpg); }
a#links:hover { background-image: url(../images/linkson.jpg); }
a#contact:hover { background-image: url(../images/contacton.jpg); }

a#about:hover { border: none; }
a#services:hover { border: none; }
a#gallery:hover { border: none; }
a#links:hover { border: none; }
a#contact:hover { border: none; }

#socialmedia
{
	position: absolute;
	left:934px;
	
}

#homefooter
{
	clear: both;
	font-family: Verdana, Helvetica, san-serif;
	color : #fff;
	font-size : 11px;
	text-align: center;
	margin: 10px 0;
	padding: 10px 0;
}

a:link { color: #fff; }
a:visited { color: #999; }

a:hover, a:active
{
	color: #fff;
	text-decoration: none;
}
