body {

	background-image:url("AgHSBack.gif");
	background-attachment: fixed;

	background-color: black;

	color: white;
	font-family: helvetica;

}

#scorestable {

	margin: 16px 16px 16px 16px;
	padding: 16px;
	text-align: center;

}

#tableheader {

	background-color: #070755;
	color: white;

}

#rankheader {

	width: 48px;

}

#nameheader {

	width: 160px;

}

#scoreheader {

	width: 160px;

}

#firstplace {

	background-color: #FFD700;
	color: black;
	font-weight: bold;
	height: 64px;
	font-size: 24px;

}

#secondplace {

	background-color: #A9A9A9;
	height: 48px;
	font-size: 22px;
	color: black;

}

#thirdplace {

	background-color: #DAA520;
	height: 32px;
	font-size: 20px;
	color: black;

}

#scorerow1 {

	background-color: #404040;


}

#scorerow2 {

	background-color: #202020;

}