body {
	background-color: #000000;
	background-image: url(background.png);
	background-repeat: repeat;
	padding: 0px;
	margin: 0px;
}

#body-top {
	background-color: #000000;
	background-image: url(background_top.png);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	height: 50px;
	width: 100%;
}

#logo-container
{
	position: absolute;
	top: 15px;
	left: 15px;
}

#score-table
{
	position: absolute;
	//bottom: 10px;
	top: 310px;
	left: 15px;
	width: 275px;
	font-family: verdana, sans-serif;
	font-size: 0.75em;
}

table
{
	margin: 0px;
	margin-bottom: 2px;
}

.score-row 
{

}

.cell1
{
	background-color: red;
	width: 28px;	
	background: rgba(10,10,10, 0.15);
	color: #fefefe;
	font-size: 0.7em;
	text-align: center;
	padding: 2px;
	font-weight: bold;
}

.cell2
{
	background: rgba(10,10,10, 0.15);
	width: 170px;	
	color: #fefefe;
	font-size: 0.8em;
	text-align: left;
	padding: 2px;
	padding-left: 6px;
}

.cell3
{
	background-color: red;
	width: 60px;	
	background: rgba(10,10,10, 0.15);
	color: #fefefe;
	font-size: 0.8em;
	text-align: left;
	padding: 2px;
	padding-left: 6px;
}



.thumb-left
{
	width: 320px;
	border: 0px;
	padding: 2px;
	background: rgba(10,10,10, 0.5);
}

a
{
	text-decoration: none;
	color: #EFE81F;
	text-shadow: #080812 1px 1px 3px;
}

#backlink
{
	text-decoration: none;
	color: #EFE81F;
	text-shadow: #080812 1px 1px 3px;
}

.thumb-right
{
	width: 320px;
	border: 0px;
	padding: 2px;
	background: rgba(10,10,10, 0.5);
}

#content {

	position: absolute;
	top: 0px;
	left: 310px;
	width: 665px;
	color: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 0.75em;
	height: auto;
	padding-top: 15px;
}

#content-scores
{
	position: absolute;
	top: 0px;
	left: 310px;
	width: 275px;
	color: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 0.75em;
	height: auto;
	padding-top: 10px;	
}

h2
{
	margin: 0px;
	padding: 3px;
	padding-left: 8px;
	color: #ECF82C;
	font-weight: bold;
	//border: 1px #252525 solid;
	letter-spacing: 0.10em;
	text-shadow: #060610 2px 2px 2px;
	background: rgba(10,10,10, 0.25);	
}

p
{	//background: rgba(10,10,10, 0.20);	
	width: 99%;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.45em;
	text-shadow: #060610 1px 1px 3px;	//padding-left: 1%;	//padding-top: 3px;
}
#den-banner
{
	width: 100%;
	height: 25px;
	background: #3E2C9A;
	background-image: url(background3.png);
	border-bottom: 1px #314739 solid;
}

#den-banner span
{
	position: absolute;
	top: 5px;
	color: #90fd9a;
	padding-left: 10px;
	letter-spacing: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}