/* Customer services */
    #layer1 {
      position: fixed;
      width: 228px;
      height: 98px;
      z-index: 10000;
      bottom: 20px;
      left: 15px;
      cursor: move;
      background: url('../../images/CustomerServices-icon.png') no-repeat bottom right;
    }

      #layer1 img {
        opacity: 0.9;
        float: left;
        margin-left: 20px;
        margin-top: 65px;
      }

        #layer1 img:hover {
          opacity: 1;
        }