body {
	background-color: #191715;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-image: url(images/player.gif);
	background-repeat: repeat-x;
}
#player {
	height: 25px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	
}
#player a {
	color: #FFFFFF;
	text-decoration: none;
}
