body {
	background-color: #000;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	font-size: 100.1%
}

td {
	padding-bottom: 1.4em;
	color: white;
	text-align: justify;
	font-family: verdana, helvetica, san-serif;
	font-size: 0.9em;
}

td.spacer {
	width: 300px;
}

#content {
	background: #000 url('../images/hg.jpg') no-repeat top center;
	width: 890px;
	margin: 0 auto;
}

td.text {
	width: 580px;
	font-size: 1.1em;
	line-height: 1.3em;
}

td.header {
	height: 640px;
}

td.info {
	font-size: 0.8em;
}

h3, h2 {
	color: #afafaf;
}

div.overlay {
	background-image:url(../images/transparent.png);
	padding:40px;    
	width:576px;  
	display:none;
 }
div.overlay div.close {
	background:url(../images/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}

a {
	text-decoration: none;
}

a, a:visited, a:active {
	color: #0fbde9;
}

a:hover, a:active {
	text-decoration: underline;
	color: white;
}

a.selected {
	color: #0fbde9;
}

a.player {         
display:block;
height:450px;            
}
