body {
	color: black;
	background: white url(DruidSigil.jpg) 50% 50% no-repeat fixed;
	padding: 2em 5%;
}

h1#main-title {
	text-align: center;
	vertical-align: bottom;
	margin: 5px 1em 2em 1em;
}

h1#main-title img {
	border: 5px double green;
}

h2 {
	clear: left;
	padding-top: 1em;
}

div#file-container {
	float: left;
	width: 100%;
}

div.file-box {
	float: left;
	width: 45%;
	padding-left: 3em;
	padding-bottom: 4px;
}
div.file {
	float: left;
	clear: left;
	width: 10em;
	margin-left: 2em;
	line-height: 1.2em;
	letter-spacing: 0.1em;
}
div.size {
	font-family: monospace;
	font-size: smaller;
	white-space: pre;
	float: left;
	margin-left: 10px;
}

a	{ color: blue; background-color: transparent; }
a:active, a:hover { color: red; text-decoration: underline; }
