/* CSS General */



body {
	background-color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #00FF00;
}
a:active {
	text-decoration: none;
	color: #999999;
}
	
#Container {
	top:50%;
	left:50%;
	position:absolute;
	width:950px;
	height:590px;
	margin-left:-475px;
	margin-top: -295px;
	background-repeat: no-repeat;
	background-position: 0% 0%;

}
#data {
	position:absolute;
	left:613px;
	top:161px;
	width:47px;
	height:16px;
	z-index:1;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align: right;
	color: #FFFFFF;
}
#download {
	position: absolute;
	left: 491px;
	top: 471px;
	width: 343px;
	height: 19px;
	z-index: 1;
	font-family: Tahoma;
	color: #000000;
	font-size: 14px;
}
#contact {
	position:absolute;
	left:0px;
	top:553px;
	width:950px;
	height:15px;
	z-index:1;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #999999;
}
#player {
	position:absolute;
	left:200px;
	top:255px;
	width:230px;
	height:20px;
	z-index:1;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	font-size: 14px;
}
#web {
	position:absolute;
	left:0px;
	top:538px;
	width:950px;
	height:42px;
	z-index:1;
	font-family: Tahoma;
	font-size: 14px;
	line-height: normal;
	color: #999999;
	font-weight: normal;
	font-variant: normal;
	background-position: center;
}
