* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../images/player_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
	color: #888;

}

a:link, a:visited {
	color: #888;
	text-decoration: none;
}

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

#playerHolder {
	margin: 30px 0 0 30px;
}
