h1 {
	left: 0;
}
div#homePage {
	padding: 8% 0 20px;
	position: absolute;
	top: <?= $homePageTop; ?>;
	width: 100%;
}
table {
	margin: 0 auto 3%;
}
td {
	padding: 0 10px;
	text-align: center;
	vertical-align: top;
}
td a {
	text-decoration: none;
}
a:focus {
	-moz-outline-style: none;
	outline: none;
}
#imageLayer {
	border: 1px solid;
	position: relative;
}
#imageLayer img {
	border: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
td strong {
	display: block;
	margin: 7px auto 0;
}
#textLinks {
	text-align: center;
}
p {
	margin: 2% auto 0;
	text-align: center;
	width: 80%;
}
#credits {
	height: 30px;
	left: 1%;
	line-height: 30px;
	position: absolute;
	text-align: right;
	top: 0;
	width: 98%;
	z-index: 10;
}