body {
	margin-top: 8%;
}
h1 {
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	width: 100%;
}
h2#credits {
	bottom: 10px;
	color: #666;
	font-size: .6em;
	right: 10px;
	position: absolute;
}
h2#credits a {
	color: #333;
	text-decoration: none;
}
h2#credits a:hover {
	color: #000;
	text-decoration: underline;
}
#imageLayer {
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
#imagelayer img {
	height: 100%;
	width: 100%;
}
a#nl, a#en {
	background: url(../global/continue.gif) no-repeat;
	float: right;
	font-size: 0;
	height: 15px;
}
a#nl {
	background-position: -81px 0;
	width: 91px;
}
a#en {
	background-position: 0 0;
	width: 81px;
}
a:hover#nl {
	background-position: -81px -30px;
}
a:hover#en {
	background-position: 0 -30px;
}