#header {
    background-color: #f3f3f3;
    background-image: linear-gradient(to bottom, #f3f3f3, #e2e2e2);
    background-repeat: repeat-x;
    display: block;
    height: 50px;
    margin: 0;
    padding: 0 13px 0 0;
    position: relative;
    z-index: 905;
}

#logo img {
    position: absolute;
    height: auto;
    padding-left: 3px;
    width: 150px;
    top: 7px;	
}
#logo-group > span b.bo_badge {
    background: #------ none repeat scroll 0 0;
    border-radius: 20%;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1) inset, 0 -1px 0 rgba(0, 0, 0, 0.07) inset;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 200;
    line-height: normal;
    padding: 15px 4px 3px 4px;
    position: absolute;
    right: -50px;
    text-align: center;
    top: -5px;

}

#loading {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 1;
  background-color: #fff;
  z-index: 9999;
}

#loading-image {
  position: absolute;
  top:200px;
  z-index: 10000;
}