body {
	height: 100%;
	width: 100%;
	margin: 0em;

	background-size: auto 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: rgb(0, 0, 0);
	font: 1.5em Verdana, Geneva, sans-serif;
}

#page-wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	min-width: 300px;
	background-color: white;
	padding: 2em;
}

#title {
	text-align: center;
	font: 4em Verdana, Geneva, sans-serif;
}

footer {
	text-align: center;
}
