body
{
  background: #010101;
  color: white;
  font-family: 'GillSans-Light', 'Gill Sans Light', 'Gill Sans', 'Helvetica', sans-serif;
  font-weight: lighter;
}

a:link    { text-decoration: none; color: #80ffff;}
a:visited { text-decoration: none; color: #80ffff;}
a:hover   { text-decoration: none; color: #b0ffff;}

h1, h2, h3, h4, h5, h6
{
  font-weight: normal;
}

#main
{
  text-align: center;
  width: 650px;
  margin: 0 auto;
}

