
    body 
    {
      position: relative; 
      text-align: center;
      width: 850px;
      margin: 10px auto; 
      padding: 0;
      color: #000;
      background-color: #fff;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 12px;
    }
    
    img
    {
      border: 0;
    }

    a, a:link, a:visited, a:hover
    {
      color: #000;
      background-color: #fff;
      text-decoration: underline;
    }

    #another 
    {
      margin-top: 10px;
      font-size: 11px;
      font-weight: bold;
    }

    #header 
    {
      width: 850px;
      
    }

    #menu 
    {
      width: 850px;
      margin: 5px auto;
      text-align: right;
      font-size: 12px;
      font-weight: bold;
    }
    
    #content 
    {
      width: 850px;
      height: 467px;
      background-image: url('../bin/graphics/background.jpg');
      background-repeat: no-repeat;
      clear: both;
    }
    
    #content select 
    {
      float: left;
      margin-top: 230px;
      margin-left: 500px;
    }    

    #button 
    {
      margin-top: 5px;
      margin-left: 290px;
    }
    
    #footer 
    {
      width: 850px;
    }
  