body {
	margin:0;padding:0 0 2em 0;
	background:white;
	text-align:center;
	font:0.8em/1.6em Verdana, Arial, Helvetica, sans-serif;
	}

#content { 
	width:640px;
	margin:0 auto;
	text-align:left;
	}

h1 {
	margin:0;padding:0;
	width: 640px;
	height: 543px;
	position: relative;
	}
	
h1 span {
	background: url(header.jpg) 50% no-repeat; 
	position: absolute; 
	width: 100%; 
	height: 100%;
	}

h2 {
	padding: 1em 0 0 0;
	}
	
table {
	width:640px;
	border: 1px solid black;
	font: 0.8em/1.6em Verdana, Arial, Helvetica, sans-serif;
	}

table th {
	background-color: #ccc;
	}

table tr.done {
	color: grey;
	}

table tr:hover {
	background: #eee;
	}

.winner {
	font-weight: bold;
	color: #000;
	font-style: normal;
	}

a:link, a:visited { color:#000; }
.done a:link, .done a:visited { color:grey; }	
a:hover, .done a:hover { color:red; }


.footer {
	text-align:center;
	padding:1em;
	}

.home img {
	border:none;
	z-index:1;
	position:absolute;
	margin:0px 0 0 460px;
	}
	