body {
  text-align: center;
  }

#container {
  margin: 0 auto;
  width: 800px;
  text-align: left;
  }

#banner {
  background-color: #fff;
  background-image: url(logo.png);
  height: 100px;
  background-repeat: no-repeat;
  width: 800px;
  max-width: 800px;
  }

h1 {
  font-family: "courier new";
  font-size: 20px;
  font-weight: normal;
  }

p {
  font-family: "courier new";
  font-size: 14px;
  font-weight: normal;
  }

a:link {color: #fff}     /* unvisited link */
a:visited {color: #fff}  /* visited link */
a:hover {color: #fff}   /* mouse over link */
a:active {color: #fff}   /* selected link */