html { height: 100%; }
body {
 font-family: Verdana,sans-serif;
 background: gray;
 height: 99%;
 margin: 0;
}
a {color: #FFFFCC}
table {
 width: 100%;
 height: 93%;
 text-align: left;
}
td {
 vertical-align: top;
}

div#cookie-message {
	text-align: right;
	font-size: 0.6em;
	border-bottom: 1px solid #555;
	padding-bottom: 0.5ex;
}

div#content a {
	color: #222;
}

div#footer {
 height: 7%;
 background: black;
 color: #FFFFCC;
 text-align: right;
 padding: 0.1em 1ex;
}
span { color: darkred }