body {
	background: white;
	color: #333333;
	height: 100%;
	font-family: Helvetica, SansSerif;
}
#content {
	margin-top: 10%;
    text-align: center;
}
#logo {
	max-width: 400px;
	width: 100%;
}
footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: white;
	text-align: center;
}
