.topBar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1039;
  display: block; }
  .topBar .topBarColor {
    position: relative;
    height: 50px;
    min-width: 320px;
    background: #22292c; }
    .topBar .topBarColor a.barBtn, .topBar .topBarColor a.backBtn, .topBar .topBarColor a.barLog, .topBar .topBarColor a.homeBtn {
      width: 50px;
      height: 45px;
      position: absolute;
      display: block;
      background: url(../images/barBtn.png) 0 0 no-repeat; }
    .topBar .topBarColor a.backBtn {
      background-position: 0 -45px;
      top: 0;
      left: 0px; }
    .topBar .topBarColor a.homeBtn {
      background-position: 0 -135px;
      top: 0;
      right: 0; }
    .topBar .topBarColor .barTitle {
      font-size: 16px;
      padding: 0 50px 0 50px;
      text-align: center;
      line-height: 45px;
      height: 45px;
      overflow: hidden;
      color: #fff; }