#contact-box>a.contact {
	text-decoration: none;
	color: black;
}

#contact-box>a.contact>div.contact {
	display: inline-block;
	margin: 0;
	border: none;
	padding: 0;
	padding-right: 20px;
	background-image: url('../images/contact.png');
	background-repeat: no-repeat;
	background-position: center right;
}