a.contact {
	background: url(.../Images/button-go.png) no-repeat 0 0;
	width: 160px;
	height: 26px;
	display: block;
	text-indent: -9999px;
}
a.contact:hover { background-position: 0 -26px; }
