body {
  padding: 20px;
  background: #d2e3ff;
  color: black;
  font: small Verdana, sans-serif;
  }

#wrap {
  margin: 0 auto;
  background: #d2e3ff url(../images/big-geek.gif) right center no-repeat;
  color: black;
  max-width: 800px;
  width: auto !important;
  width: 800px;
  }

#wrap div {
  margin-right: 320px;
  }
  
h1 {
  margin: 0 0 0 0;
  padding: 0;
  font-size: 450%;
  }

h1 a {
  text-decoration: none;
  color: #224b90;
  }
  
h2 {
  margin: 0 0 1em 4px;
  color: #3b3b3b;
  font-size: 130%;
  }

p {
  margin: 0 0 1.5em 4px;
  font-size: 90%;
  line-height: 1.7;
  }
  
#enter-button {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  }

#enter-button a {
  color: #224b90;
  display: block;
  margin: 0 auto;
  width: 10em;
  border: 2px solid silver;
  background-color: inherit;
  text-decoration: none;
  }

#enter-button a:hover {
  color: white;
  background: #3b3b3b;
  text-decoration: none;
  }

