
body {
	background-image: url(illabledBackdrop.png);
	background-position: top center;
	background-repeat: repeat-y;
	text-align: center;
}

.bodyImage {
	position: relative;
	top: 60px;
	z-index: 1500;
}

.hideText {
	margin-left: -9999px;
}

.contactLink:link {
	position: relative;
	top: 120px;
	z-index: 1300;
	color: white;
	font-family: Geneva, Verdana, sans-serif;
	letter-spacing: 0.05em;
	text-decoration: none;
}

.contactLink:hover {
	position: relative;
	top: 120px;
	z-index: 1300;
	color: yellow;
	font-family: Geneva, Verdana, sans-serif;
	letter-spacing: 0.06em;
	text-decoration: none;
}

.contactLink:active {
	position: relative;
	top: 120px;
	z-index: 1300;
	color: yellow;
	font-family: Geneva, Verdana, sans-serif;
	letter-spacing: 0.07em;
	text-decoration: none;
}

.contactLink:visited {
	position: relative;
	top: 120px;
	z-index: 1300;
	color: white;
	font-family: Geneva, Verdana, sans-serif;
	text-decoration: none;
}