* {
  padding:0;
  margin:0;
}

body {
  font:62.5% Helvetica, Arial, sans-serif;
  background:#333;
  color:#FFF;
  padding:10px;
}

h1 {
  width:100px;
  height:119px;
  background:url(drzaius.png) -100px no-repeat;
  text-indent:-9999px;
  position:absolute;
  bottom:10px;
  right:10px;
}

h1:hover {
  background:url(drzaius.png) -200px no-repeat;
}

h1:active {
  background:url(drzaius.png) 0 no-repeat;
}

p {
  font-weight:bold;
}
