*{
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

body{
	font-family:arial;
	font-size:13px;
	line-height:1.5em;
	color:#fff;
	background: url(../images/bg.png);
	
	
}


.clearfix{
	clear:both;
}

#container{
	width:720px;
	min-height:400px;
	background:#333;
	overflow:auto;
	margin:60px auto;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:#666 solid 2px;
}

#audio-image{
	position:relative;
	overflow:hidden;
	height:200px;
	margin-bottom:15px;
}

#audio-info{
	text-align:center;
}

#audio-info .artist{
	font-weight:bold;
}

.cover{
	width:100%;
	height:100%;
	z-index:1;
}

input#volume {
	width:95%;
	margin-left:2%;
    -webkit-appearance: none !important;
    background:#ccc;
    height:1px;
	margin-bottom:20px;
}
input#volume::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    background:url(../images/knob.png) no-repeat;
    height:12px;
    width:12px;
}

#buttons{
	width:90%;
	display: block;
    margin: 15px auto;
	margin-left:23px;
	overflow:auto;
}


button#play{
	width:70px;
	height:70px;
	background:url(../images/play.png) no-repeat;float:left;
}

button#pause{
	width:70px;
	height:70px;
	background:url(../images/pause.png) no-repeat;float:left;
}

button#stop{
	width:70px;
	height:70px;
	background:url(../images/stop.png) no-repeat;float:left;
}

button#prev{
	width:70px;
	height:70px;
	background:url(../images/prev.png) no-repeat;
	float:left;
	margin-top:15px;
}

button#next{
	width:70px;
	height:70px;
	background:url(../images/next.png) no-repeat;
	float:right;
	margin-top:15px;
}

#playlist {
    list-style-type: none;
	padding:10px;
}

#playlist li {
    cursor: pointer;
    margin:5px;
}

#tracker{
	position:relative;
	width:100%;
}

#playlist li.active {
    font-weight: bold;
	padding:3px;
	background:#666;
}

#progressBar { 
   width:80%;
   margin-left:2%;
   margin-bottom:20px;
   margin-top:9px;
   height:10px;
   background:url(../images/progress_bg.png) no-repeat;
   float:left;
}

#progress {
   background:url(../images/progress.png) no-repeat;
   height:10px;
   display:inline-block;
}

#duration{
	position:absolute;
	top:0;
	right:10px;
	padding:4px 8px;
	background:#000;
	border-radius:5px;
}

.header {
    background-color:rgba(33, 33, 33, 0.9);
    color:#fff;
    display:block;
    font: 14px/1.3 Arial,sans-serif;
    margin-bottom: 10px;
    position:relative;
}
.header h2{
    font-size: 22px;
    margin: 0px auto;
    padding: 10px 0;
    width: 80%;
    text-align: center;
}

.header h3{
    font-size: 14px;
    margin: 0px auto;
    padding: 10px 0;
    width: 80%;
    text-align: left;
}
.header a, a:visited {
    text-decoration:none;
    color:#fcfcfc;
}

.footer {
    background-color:rgba(33, 33, 33, 0.9);
    color:#fff;
    display:block;
    font: 14px/1.3 Arial,sans-serif;
    margin-bottom: 10px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;  
    
}

.footer a, a:visited {
    text-decoration:none;
    color:#fcfcfc;
}
.footer h3{
    font-size: 14px;
    margin: 0px auto;
    padding: 10px 0;
    width: 80%;
    text-align: left;
	
}
#table3 {
    font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	width: 450px;
	height: 75px;
	border: 1px solid black;
	position: fixed;
	right: 300px;
	bottom: 700px;
}

a:link{
	color: #FFFFFF;
	text-decoration: none;
}

a:visited{
	color: #FF0;
	text-decoration: none;
}

a:hover{
	color: #FF0000;
	text-decoration: none;
}

a:active{
	color: #FFFFFF;
	text-decoration: none;
}

#table1 {
    font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	width: 520px;
	border: 1px solid black;
	
}
td {width: 130px;
     height: 130px;
	 padding: 5px;
}

#container2{
	width:700px;
	min-height:400px;
	background:#333;
	overflow:auto;
	margin:auto auto;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:#666 solid 2px;
}
	
#table4 {
    font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	width: 720px;
	border: 1px solid white;
	margin-left:auto; 
	margin-right:auto; }
	


td2 {width: 300px;
     height: 130px;
	 padding: 5px;
}
	