/* Splash screen. */
body {
	margin: 0;
}

#wrapper {
	position: absolute;
	width: 640px;
	height: 400px;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -320px;
}

#link {
	text-align: center;
}

#link a {
	line-height: 30px;
	font-family: arial, verdana;
	font-size: 20px;
	color: rgb(239, 127, 1);
}