body {
  margin: 0;
  padding: 0;
}
#cow {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -325px;
  margin-top: -200px;
  height: 400px;
  width: 650px;
  background: url(/img/cow.png) no-repeat;
}