body {margin-top: 12%;}

h1 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: .5em;
	text-align: center;
	width: 100%;
}
h2#credits {
	bottom: 10px;
	color: #444;
	font-size: .6em;
	font-weight: bold;
	right: 10px;
	position: absolute;
}
h2#credits a {
	color: #555;
	text-decoration: none;
}
h2#credits a:hover {
	color: #999;
	text-decoration: underline;
}

img#photo {
	border: 1px solid #333;
	display: block;
	margin: 0 0 20px;
}
a#nl, a#en {
	background: url(../global/continue.gif) no-repeat;
	float: right;
	font-size: 0;
	height: 15px;
}
a#nl {
	background-position: 100% 0;
	width: 91px;
}
a#en {
	background-position: 0 0;
	width: 81px;
}
a:hover#nl {background-position: 100% 100%;}
a:hover#en {background-position: 0 100%;}