
body {
	font-size: 14px;
	line-height: 1.6em;
	font-family: Georgia, serif;
	color: #777;
	padding: 40px 0;
	background-color: #3c3040;
	min-height: 100vh;
}
#logo {
	text-align: center;
}
#content {
	text-align: left;
	margin: 0 auto;
	max-width: 750px;
	background: white;
	padding: 20px;
	border: 1px solid #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}