.link a {
color: #8a8a8a;
font-weight: normal;
}

.link a:link {
text-decoration: none;
}
 
.link a:visited{
text-decoration: none;
} 

.link a:hover {
color: #e3701e;
text-decoration: none;
}


#go-facebook {
	position:absolute;
	right:0px;
	top:160px;
	display:block;
	width:33px;
	height:129px;
	background:url("../gfx/go-facebook.png") no-repeat top left;
}
#go-facebook .alt {
	display:none;
}


#social {
	position:absolute;
	right:0px;
	top:145px;
	display:block;
	width:39px;
	height:163px;
	background:url("../gfx/social.png") no-repeat top left;
}
#social .alt {
	display:none;
}

