* {
	padding: 0;
	margin: 0;
}
body {
	font: 14px/16px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	background: #000;
	text-align: center;
}
a {
	color: #fff;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#content {
	width: 400px;
	margin-right: auto;
	margin-left: auto; 
}
#logo {
	width: 240px;
	height: 84px;
	margin-top: 239px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
