body, html {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
  text-align:center;
  background:#252525 url('../graphics/background.jpg') no-repeat center top;
  }
#top {
  position:relative;
  width:940px;
  height:200px;
  margin:0 auto;
  text-align:center;
  }
#main {
  position:relative;
  top:50px;
  width:860px;
  margin:0 auto;
  text-align:left;
  }
#main a {
  font-family:Tahoma, Arial;
  font-size:13px;
  color:#fff;
  text-decoration:none;
  }
#main a:hover {
  font-family:Tahoma, Arial;
  font-size:13px;
  color:#fff;
  text-decoration:none;
  }