* {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	background: black url('background.png') center no-repeat;
}

#contact {
	display: inline;
	width: 101px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -117px;	margin-top: -27px;	background-image: url('contact.png');
}

#contact span {
	display: none;
}

#contact:hover {
	background: none;
}

h3 {
	display: none;
}
