div.background {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	color: #F7F7F7;
	font: 60px/45px monospace;
	letter-spacing: -20px;
	text-align: right;
}

div.body {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	padding-left: 5%;
	padding-right: 5%;
	width: 90%;
	height: 100%;
}

.footer {
	font-family: serif;
	font-size: smaller;
	text-align: right;
	clear: both;
	z-index: 99999;
	/*position: absolute;*/
	bottom: 0;
	right: 0.5em;
}

a:link#e, a:active#e, a:visited#e, a:hover#e {
	padding-left: 1em;
	text-decoration: none;
}
