/* CSS Document */



/* body */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}


/* header navigation */


#header {
	position:absolute;
	left:0px;
	top:0px;
	width:1010px;
	height:45px;
}



#playerlink {
	position:absolute;
	left:843px;
	top:2px;
	width:164px;
	height:12px;
	z-index:1;
}


/* page footer, credits and copyright */



.credits {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #82A759;}

.credits a:link {
	color: #82A759;
	text-decoration: none;
}

.credits a:visited {
	color: #82A759;
	text-decoration: none;
}

.credits a:hover {
	color: #82A759;
	text-decoration: none;
}

.credits a:active {
	color: #82A759;
	text-decoration: none;
}

.playerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.playerlink a:link {
	color: #262626;
	text-decoration: none;
}
.playerlink a:visited {
	text-decoration: none;
	color: #262626;
}
.playerlink a:hover {
	text-decoration: underline;
	color: #333333;
}
.playerlink a:active {
	text-decoration: none;
	color: #333333;
}
