html, body, #bg {
	height:auto;
	width:auto;
	overflow:hidden;
	}
a:active, a:focus {
  outline: none;
  -moz-outline-style: none;
	}
h1 {
	font-size: 28px;
	display: none;
	}
#bg div {
	height:200%;
	left:-50%;
	position:absolute;
	top:-100%;
	width:200%;
	z-index: -1000;
}
#bg img {
	margin:0 auto;
	text-align:center;
	vertical-align:middle;
	z-index: -1000;
	}
#bang {
	display: inline-block;
	position: absolute;
	z-index: 1000;
	left: 0px;
	bottom: 0px;
	width: 494px;
	}
#panel {
	height: 270px;
	display: none;
	width: 200px;
	position: absolute;
	z-index: 2000;
	right: 20px;
	bottom: 0px;
	filter:alpha(opacity=60);
	opacity:0.6;
	background-color: #fff;
}
.buttonArea {
	margin: 0;
	padding: 0;
	width: 200px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	z-index: 2000;
	right: 20px;
	bottom: 0px;
	background-color: #333;
	background-image: url(images/listen.png);
}
.button {
	text-align: center;
	width: 144px;
	height: 31px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.active {
	background-position: right 12px;
}

#songarea {
	padding:20px;
}

#songarea a.songstrip {
	display: block;
	height: 24px;
	text-align: center;
	text-decoration:none;
	color: #666;
	padding-top: 6px;
}
#songarea a.over {
	display: block;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	text-decoration:none;
	color: #fff;
	background-color: #333;
	padding-top: .3em;
}

#control {
	width: 200px;
	height: 30px;
	background-color: #333;
	position: absolute;
	bottom: 50px;
	right: 0;
	display: block;
}

#control span img{
	display: block;
	width: 30px;
	padding: 0 5px;
	float:left;
	}
#playing {
	width: 110px;
	height: 10px;
	background-color: #333;
	position: absolute;
	bottom: 80px;
	right: 0;
	padding: 7px 10px 7px 10px;
	color: #fff;
	font-size: 70%;
}
#tracktime {
	width: 70px;
	height: 10px;
	background-color: #333;
	position: absolute;
	bottom: 80px;
	right: 110px;
	padding: 7px 10px 7px 10px;
	color: #fff;
	font-size: 70%;
}
#playing #trackname {
	color: #fff;
}


/* progress bar container */
#progressbar{
	border:1px solid #666;
	width:110px;
	height:10px;
	position:relative;
	color:black;
}
/* color bar */
#progressbar div.progress{
        position:absolute;
        width:0;
        height:100%;
        overflow:hidden;
        background-color:#666;
}
/* text on bar */
#progressbar div.progress .text{
	position:absolute;
	text-align:center;
	color:white;
	display: none;
}
/* text off bar */
#progressbar div.text{
        position:absolute;
        width:100%;
        height:100%;
        text-align:center;
	display: none;
}
