@charset "ISO-8859-1";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.3em;
	color: #FFF;
	margin: 0;
	padding: 0;
	background-color: #000;
	background-image: url(../images/pages/musicplayer/music-player_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}
#wrapper {
	width: 680px;
	margin: 0 auto;
	padding: 16px 0;
	text-align: center;
}
#header {
	margin: 0 auto;
	text-align: center;
	width: 287px;
	height: 84px;
	background-image: url(../images/pages/musicplayer/music-player-page_04.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	text-align: left;
	width: 674px;
}
#content #player {
	width: 164px;	
       margin: 0 0 0 20px;
}
#player h2 {
        font-size: 1.2em;
        font-weight: normal;
       font-family: "Courier New", Courier, monospace;
       margin: 11px 0 6px 5px;
       color: #AAA;
}
#content #lyrics {
	float: right;
	width: 469px;
}
.clear {
	clear: both;
}
h1 {
	line-height: 1em;
       font-weight: bold;
       margin: 1px  0 0.4em 0;
       font-family: "Courier New", Courier, monospace;
}
#lyrics h2 {
  font-size: 1.2em;
        font-weight: bold;
       font-family: "Courier New", Courier, monospace;
       margin: 0px 0 11px 0;
}
p {
	margin: 0 0 0.8em 0;
        font-size: 0.9em
}

.hide { 
	visibility: hidden; 
	display: none;
}
.show {
	visibility: visible; 
	display:block;
}

