body, html{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}	

body #background {
	position: fixed;
	z-index: -1;
	height: 100%;
	width: 100%;
	background: linear-gradient(to bottom, black 1080px, black 100%);
}

body #background img {
	width: 100%;
	z-index: -2;
}

body #content {
	margin: auto;
	width: 800px;
	height: 100%;
	background-image: url("stone.jpg");
	background-repeat: repeat;
	box-shadow: 50px 0px 50px black, -50px 0px 50px black;
}

body #header {
	margin: auto;
	text-align: center;
	max-width: 700px;
}

body pre {
	padding-top: 25px;
	margin: 0;
	font-family: monospace, Courier;
	font-weight: bold;
	white-space: pre;
}

body p {
	font-family: consolas;
	font-weight: bold;
	font-size: 16pt;
}

body li {
	font-family: consolas;
	font-weight: bold;
	font-size: 12pt;
	padding-bottom: 10px;
}

body #list {
	margin: auto;
	min-width: 1px;
	max-width: 700px;
}
