body, html {
  margin: 0;
  padding:0;
}

.cat {
  overflow: hidden;
  z-index: 2;
}

#catimg {
  position: absolute;
  top: 0;
  z-index: 2;
}