body {
  	color: black;
        font-family:"Helvetica Neue",Arial, sans-serif;
        font-size:large;
        font-weight:100;
	background-color: #666;
}
 
h1 {
  	color: black;
        font-family:"Helvetica Neue",Arial, sans-serif;
        font-size:large;
        font-weight:100;
  	margin: 20px;
  	text-align: center;
}
 
#wrap {
  z-index: 666;
  opacity: 1;
  display: none;
  background: #ffffff;
  margin: auto;
  bottom: 100px;
  width: 100%;
}
 
#music {
	display: none;
        opacity: 1;
        top:0;
        left:0;
        width:100%;
        height:100%;
        position:fixed;
        z-index: -1;
}

#nowplaying {
	display: none;
	color: white;
        padding-left: 20px;	
        padding-bottom: 20px;
}
#playmusic {
        float: left;
	padding-left: 20px;
}
#next {
        display: none;
	float: left;
}
#shuffle {
        display: none;
	float: left;
}
#playlist {
        display: none;
        float: left;
}
#biz {
        display: none;
        float: left;
}
.menu {
        opacity: .8;
        width: 100%;
	height: 100px;
	position: fixed;
  	left: 0;
  	bottom: 0;
        text-align:left;
        background-color: black;
        color: #fff;
        font-family:"Helvetica Neue",Arial, sans-serif;
        font-size:xx-large;
        font-weight:100;
	-webkit-font-smoothing: antialiased;
}
a:link {
        color: #fff;
        font-family:"Helvetica Neue",Arial, sans-serif;
        text-decoration: none;
        font-size:xx-large;
        font-weight:100;
}
a:visited {
       color: #fff;
        font-family:"Helvetica Neue",Arial, sans-serif;
        font-size:xx-large;
        font-weight:100;
}
a:hover {
	color: #999;
        font-family:"Helvetica Neue",Arial, sans-serif;
        font-size:xx-large;
}
a:active {
        color: white;
        font-family:"Helvetica Neue",Arial, sans-serif;
        font-size:normal;
}
