body {
	background-color: #fff;
	font-family: helvetica, arial, verdana, sans-serif;
}

#wrapper {
	width: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -200px;
	text-align: center;
}

h1 {
	color: #222;
	margin: 0;
}

a {
	color: #222;
	text-decoration: none;
}
