* {
  margin:0;
  padding:0;
}
html, body {
  width:100%;
  height:100%;
}

a {
  text-decoration: none;
  color: #444;
}

html {
  background: url(/images/bg001.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#panel{
  margin:80px auto 200px auto;
  width:600px;
  background:#fff;
  border:1px solid #ccc;
  background:#eee;
  padding:10px;
}

.panel-server{
  background:#ddd;
  margin:5px 0;
  padding:5px;
  border:1px solid #ccc;
}

.btn-play{
  background:#d8d8d8;
  border:1px solid #ccc;
  padding:10px;
  margin:5px;
  font-Size:24px;
  width:120px;
  text-align:center;
  cursor:pointer;
}

.btn-play:hover{
  background:#ccc;
  border:1px solid #bbb;
}

.left{
  float:left;
}
.right{
  float:right;
}
.clear{
  clear:both;
}
.hidden{
  display:none
}

.column-left{ float: left; width: 12%; }
.column-right{ float: right; width: 14%; }
.column-center{ display: inline-block; width: 74%; }

.img-server{
  width:64px;
  border:1px solid #ccc;
}

.btn-txt2{
  font-Size:14px;
  color:#888;
}

.e{
  height:0px;
  overflow:hidden;
  visibility: hidden
}