body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
}

* {
  outline: none;
}

#wrapper {
  width: 200px;
  margin: 75px auto;
}

#wrapper ul {
  margin: 0;
  padding: 0;
}

#wrapper ul li {
  list-style: none;
  text-indent: -99999px;
  background-color: #FFFFFF;
}

#wrapper ul li a {
  display: block;
  text-decoration: none;
  width: 200px;
}

#wrapper ul li a#symbol:hover {
  background-position: 0 -98px !important;
}

#title {
  background: url('images/rowan-oulton.jpg') no-repeat top left;
  height: 42px;
}

#symbol {
  background: url(images/infinity.jpg) no-repeat top left;
  height: 98px;
}

#description {
  background: url(images/web-development-out-of-auckland-NZ.jpg) no-repeat top left;
  height: 57px;
}

