body {
	font-family: Georgia, serif;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	margin: 0px;
	padding: 0px;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}

.container {
	height: 100%;
	width: 100%;
	position: relative;
	margin: 0 auto;
	background-color: #9F1718;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%; 
	background-attachment: fixed;
}

section {
	background-color: #9F1718;
	display: inline-block;
	position: absolute;
	padding: 20px 40px;
	z-index: 1;
	border-style: solid;
	border-color: #FFF;
	border-width: 1px;
}
section:hover {
	background-color: #9F1718;
}

#back {
	position: fixed;
	z-index: 2;
	background-color: #9F1718;
	padding: 10px;
	color: #630000;
	text-decoration: none;
}
#back:hover {
	background-color: #630000;
}

footer {
	position: fixed;
	background-color: #9F1718;
	right: 0;
	bottom: 0;
	padding: 5px;
	text-align: right;
}
footer small{
	display: block;
	margin: 0.25em;
}