@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
}
#image {
	position:absolute;
	width:706px;
	height:706px;
	left: 50%;
	top: 50%;
	margin-left: -353px;
	margin-top: -353px;
	
}
#player{
	position:absolute;
	width: 147px;
	left: 50%;
	margin-left: -73.5px;
	top: 665px;
}
a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999;
	font-style: italic;
	margin-left: 50;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #999;
	text-align: center;
}
#link {
	position:absolute;
	width:70px;
	height:30px;
	left: 50%;
	margin-left: -35px;
	bottom: -50px;
}
