div#contact {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 230px;
	height: auto;
	padding: 50px 10px 30px 10px;
	text-align: left;
	background-color: white;
	z-index: 100;
}
div#contact a {
	color: black;
}
div#contact a:hover {
	color: #87888A;
	font-weight: normal;
}