#contact {
	width: 164px;
	height: 82px;
}

#contact a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	overflow: hidden;
	font-size: 1%;
}

#contact a,
#contact a:link,
#contact a:visited {
	background-image: url(../images/contact.gif);
}

#contact a:hover,
#contact a:active {
	background: url(../images/contact_off.gif);
} 