body{
    margin:0px;
}

#menu {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}
.state{
    position:fixed;
    background-color:rgba(0,0,0,0.7);
    color:white;
    padding:10px;
    font-size:20px;
    height: 26px;
    width: 100%;
    text-align: center;
}

.options{
    position:fixed;
    background-color:rgba(0,0,0,0.7);
    height: 100%;
    width: 46px;
    z-index:2;
}
#floatright{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
	z-index:100;
}

.music_play {
    background: url("../img/music-open.png") no-repeat;
    background-size: 40px;
	height:40px;
}
.music_pause {
    background: url("../img/music-close.png") no-repeat;
    background-size: 40px;
	height:40px;
}

.icon{
    width:44px;
    height: 44px;
}
.play {
	text-shadow: -1px 1px 1px rgb(0,0,0);		
	background-image:url(../img/play.png);
	background-size:100% 100%;
	cursor:pointer;
	width:46px;
	height:46px;
}
.uparrow {
	text-shadow: -1px 1px 1px rgb(0,0,0);		
	background-image:url(../img/uparrow.gif);
	background-size:100% 100%;
	cursor:pointer;
	width:46px;
	height:46px;
}
.downarrow {
	text-shadow: -1px 1px 1px rgb(0,0,0);		
	background-image:url(../img/downarrow.gif);
	background-size:100% 100%;
	cursor:pointer;
	width:46px;
	height:46px;
}
.leftarrow {
	text-shadow: -1px 1px 1px rgb(0,0,0);		
	background-image:url(../img/leftarrow.gif);
	background-size:100% 100%;
	cursor:pointer;
	width:46px;
	height:46px;
}
.rightarrow {
	text-shadow: -1px 1px 1px rgb(0,0,0);		
	background-image:url(../img/rightarrow.gif);
	background-size:100% 100%;
	cursor:pointer;
	width:46px;
	height:46px;
}
.text {
	text-shadow: -1px 1px 1px rgb(0,0,0);
	color:white;
	padding:5px;
	cursor:pointer;
	background-color:rgba(0, 0, 0, 0.65);
}
.master {
	text-shadow: -1px 1px 1px rgb(0,0,0);		
	background-image:url(../img/man.gif?03);
	background-size:100% 100%;
	width:200px;
	height:200px;
}

button {
	color: rgb(255,255,255);
	background: transparent;
	border: 0px;
	padding: 5px 10px;
	cursor: pointer;
}
button:hover {
	background-color: rgba(0,255,255,0.5);
}
button.active {
	color: #ff;
	background-color: rgba(0,255,255,1);
}
/*
*/