html {
	background: #333 url('../images/bg/contact_bg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#contact {
	margin-top: 20px;
}

#contact li {
	font-size: 1.2em;
	margin-bottom: 10px;
}

#contact a {
	color: #fff;
	text-decoration: none;
	padding: 3px;
}

#contact a:hover {
	background-color: #f5e925;
	color: #000;
}