body {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}
#container {
  width:1000px;
  height:auto;
  margin:auto;
}
#nav {
  position:relative;
  width:570px;
  height:50px;
  margin:auto;
  background:none;
  z-index:2;
}
.logo {
  width:570px;
  height:130px;
  margin:auto;
  background:url(https://img.bosscube.com/bosscube_1209.jpg) no-repeat top left;
}
.button {
  display:inline-block;
  width:46px;
  height:46px;
  font-family:Arial;
  font-size:14px;
  font-weight:bold;
  color:#bcbcbc;
  line-height:15px;
  letter-spacing:-1px;
  text-align:center;
  text-decoration:none;
  padding-top:16px;
  background:url(https://img.bosscube.com/button.png) no-repeat 0 0;
  outline:none;
  z-index:2;
  /* IE6 */
  -background:none;
  -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://img.bosscube.com/button_off.png',sizingMethod='scale');
}
.button:hover {
  color:#ffffff;
  text-decoration:none;
  background-position:0px -46px;
  /* IE6 */
  -cursor:pointer;
  -background:none;
  -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://img.bosscube.com/button_on.png',sizingMethod='scale');
}
.wrapped {
  padding:9px 0px 7px 0px;
}
.hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
}