/* line 6, ../sass/cat.scss */
body, html {
  min-height: 100%;
}

/* line 9, ../sass/cat.scss */
.infoBlock{
  position: absolute;
  width: 192px;
  height: 82px;
  background: url("/img/info.png") 0 0 no-repeat;
  display: none;

  }
.nocursor{
  cursor: wait;
  
}
.cat {
  width: 150px;
  height: 120px;
  z-index: 900;
  position: absolute;
  cursor: pointer;
  
}

/* line 19, ../sass/cat.scss */
.old:before {
  content: ' ';
  width: 26px;
  height: 17px;
  position: absolute;
  left: 50px;
  top: 35px;
  background: url("/img/flies.gif") 0 0 no-repeat;
}

/* line 28, ../sass/cat.scss */
.shitItem {
  position: absolute;
  width: 120px;
  height: 70px;
  cursor: pointer;
  background-image: url("/img/shitItem.png");
  background-position: 0 0;
  background-repeat: repeat-x;
}

/* line 38, ../sass/cat.scss */
.shit {
  background-color: transparent;
  background-image: url(/img/cat_shit.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  cursor: pointer;
}

/* line 44, ../sass/cat.scss */
.wait {
  background-color: transparent;
  background-image: url(/img/cat_wait.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  cursor: pointer;
}

/* line 50, ../sass/cat.scss */
.run {
  background-color: transparent;
  background-image: url(/img/cat_run.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  cursor: default;
}
