<style type="text/css">
   <!--
      body {
        margin: 0;
        padding: 0;
        text-align: center;
        min-width: 740px;
        background-color: #050845;
        color: white;
        background-image: url(images/background.jpg);
        background-repeat: repeat-x;
        font-family: Arial, Helvetica, sans-serif;
      }
      #wrapper {
        text-align: left;
        width: 740px;
        margin-left: auto;
        margin-right: auto;
        background-color: lightgrey;
        color: red;
        padding: 10px;
      }
      #header {
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
      }
      #header-bottom {
        vertical-align: middle;
        margin-top: 10px;
        margin-bottom: 10px;
        height: 1%;
      }
      #header-bottom ul {
        text-align: right;
        letter-spacing: 2px;
      }
      #header-bottom li {
        display: inline;
        background-color: lightgrey;
        color: #050845;
      }
      #header-bottom a:link, #header-bottom a:visited {
        text-decoration: none;
        background-color: lightgrey;
        color: #050845;
      }
      #tagline {
        font-weight: bold;
        background-color: lightgrey;
        color: #050845;
        margin: 10px 0 0 0;
        padding: 0;
        letter-spacing: .5em;
        float: left;
      }
      #intro {
        text-align: center;
        background-color: black;
        border: 1px solid red;
        color: white;
        margin: 0;
        padding: 1em;
        font-size: small;
        font-family: Arial, Helvetica, sans-serif;
      }
      #buttons {
        margin-top: 10px;
      }
      #footer {
        width: 100%
        border-top: 1px solid #b9d2e3;
        border-bottom: 1px solid #b9d2e3;
        margin-top: 20px;
      } 
      #footer p {
        font-weight: normal;
        font-size: small;
        font-family: Arial, Helvetica, sans-serif;
        background-color: lightgrey;
        color: #050845;
        margin: 0;
        padding 0.2em 0 0.2em 0;
       }      
   --> 
</style>