.contact {
	margin-top: 30px;
	padding-left: 70px;
	height: 80px;
}

	.contact.mail {
		background: url("/Content/Images/icon-mail-small.png") 0px 0px no-repeat;
	}

	.contact.voice {
		background: url("/Content/Images/icon-phone-small.png") 0px 0px no-repeat;
	}

	.contact.map {
		background: url("/Content/Images/icon-map-small.png") 0px 0px no-repeat;
		height: 140px;
	}
