body {
	font: small sans-serif;

	min-width: 740px;
	min-height: 500px;
	padding-bottom: 50px;
	}
p {
	text-align: center;
	}
a img {
	border: 30px double #fc6;
	}
h1, #foot {
	position: fixed;
	bottom: 0;
	height: 40px;
	width: 50%;
	vertical-align: bottom;

	margin: 0;
	padding: 10px;
	}
* html #foot {
	position: absolute;
	}
h1 {
	left: 0;
	text-align: left;

	font-family: "brooklyn kid", "marker felt", georgia, serif;
	font-size: xx-large;
	font-weight: normal;
	}
#splash {
	text-align: center;
	margin: 20px;
	}
#foot {
	right: 0;
	text-align: right;

	list-style: none;
	}
#foot li:after {
	content: " -";
	}
