body {
	background-color: #000;
	height: 100%;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	margin-top: 50px;
}

h3, p {
	text-align: center;
}

#logo {
	width: 353px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

a:link, a:visited {
	color: white;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}