body, html{
  margin: 0;
  font-family:Arial;
  font-family: Helvetica, Arial;
}

a {
  text-decoration: none;
}

#wrapper {
  width:960px;
  margin: 0 auto;
  padding:60px 0 20px 0;
}

#nav {
  height:50px;
  background: #0b0b0b;
  border-bottom: 2px solid #4e4c4c;
}
  #nav #inner {
    width:960px;
    margin: 0 auto;
    height: 100%;
  }
  #nav #logo {
    background: url('/images/logo.png') 0px -1px no-repeat;
    height: 100%;
    display: block;
    margin-left:-73px;
    text-indent:-10000px;
  }

#copyright {
  margin:20px auto;
  width: 960px;
  text-align: center;
  font-size: 0.8em;
}