body {
	background-color: #222222;
	font-family: arial;
	font-size: 11px;
	color: white;
}

#trackplayer {
	width: 350px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}

#player {
	width: 292px;
	float: left;
}

#closePlayer {
	float: left;
	cursor: pointer;
}

#playerInfo {
	width: 350px;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;

}

#playerArtist {
	font-weight: bold;
}

#playerTitle {
}

#playerTrack {
}

#trackNotFound {
	font-weight: bold;
	color: #990066;
}
