body {
  background-color: white; 
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
}

#page {
  width: 650px;
  margin: auto;
  padding-top: 20px;
  text-align: left;
}

a {
  color: #390;
}

a:hover {
  background-color: #390;
  color: #fff;
}

h1 {
  margin: 0;
  width: 650px;
  height: 80px;
  
  background-image: url("header.gif");
  background-repeat: no-repeat;
  background-position: center;
}

h1 span {
  display: none;
}

#links table {
  width: 100%;
}
#links a {
  font-size: 2em;
  padding: 5px;
  text-decoration: none;
  font-weight: bold;
  display: block;
}

#links td {
  vertical-align: top;
  width: 50%;
  text-align: left;
  padding: 7px 20px;
  border: 1px solid #ccc;
}
