body.sprite {
  background-position:0 -800px;
}
section>header.sprite {
  background-position:0 -575px;
  background-color:#fff;
  height:22px;
  padding-top:3px;
  color:#fff;
  text-align:left;
  text-indent:1em;
  font-weight:bold;
  letter-spacing:.05em;
  font-size:120%;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  margin:0 auto;
  box-shadow:2px 2px 2px #aaa;
  -moz-box-shadow:2px 2px 2px #aaa;
  -webkit-box-shadow:2px 2px 2px #aaa;
}
nav>a.sprite {
  background-position:0 -25px;
  text-decoration:none;
  color:#000;
  height:12px;
  padding:4px 0;
  display:block;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border:1px #999 outset;
}
nav>a.sprite:hover {
  background-position:0 -145px;
  border-style:inset;
}