@import "reset.css";

body {
    background: #0dabc4 url('../images/me_myself_and_me.png') fixed no-repeat bottom center;
}

.wrapper {
    width: 315px; height: 643px;
    padding: 42px 460px 15px 42px;
}

.wrapper h1 {
  background: url('../images/logo.gif') no-repeat;
  width: 315px; height: 242px;
  border-bottom: 10px solid #fff;
  margin: 0 0 20px; padding: 0 0 30px;
}
.wrapper h1 a,
.wrapper h1 a:hover {
  color: #fff;
  text-indent: -999999em;
  display: block;
  width: 315px; height: 242px;
}
.wrapper li a {
  color: #fff;
  font: 22px/28px Georgia, serif;
}