body {
	margin: 0px;
	padding: 0px;
	background-color: #ddd;
}

body, td {
	font: normal 100% tahoma;
}

#main {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	width: 750px;
}

#header {
	width: 750px;
	height: 82px;
	background-color: #FFB200;
	background-image: url('/images/h_anim.gif');
	background-repeat: no-repeat;
	background-position: 400px 20px;
	text-align: left;
}

#footer {
	display: block;
	width: 750px;
	height: 15px;
	background-color: #FFB200;
	color: #fff;
	font-size: 70%;
}

form, p {
	margin: 0;
}

table.scores {
	width: 700px;
}

table.scores td, table.scores th {
	font-size: 70%;
	height: 15px;
}

table.scores th {
	background-color: #FBF88C;
}

.odd {
	background-color: #ddd;
}

.even  {
	background-color: #fff;
}
