@charset "utf-8";
/* CSS Document */
/* Player divs */

body {
	text-align: center;
}

#player {
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	height: 372px;
	text-align:left;
}
#closerbutton {
	position: relative;
	top: 90px;
	left: 688px;
	width: 20px;
	height: 25px;
	
}
#playertitle {
    position: relative;
	width: 320px;
	height: 20px;
	text-align: left;
	top: 70px;
	left: 60px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
#playerlinks {
	position: relative;
	width: 350px;
	height: 30px;
	text-align: center;
	top: 95px;
	left: 60px;
}
#clickforhelp{
	position: relative;
	width: 220px;
	height: 18px;
	top: 23px;
	left: 430px;
}
#nowPlayingContainer {
	position: relative;
	width: 620px;
	height: 18px;
	top: 112px;
	left: 55px;
	font-size: 11px;
	color: #2a547a;
}
#nowPlString {
	font-weight: bold;
}
#playerbuttons{
	position: relative;
	width: 200px;
	height: 18px;
	top: 135px;
	left: 473px;
}
