  
  #wrapper 
  {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 460px;
  padding: 0px 30px 0px 30px;
  min-height: 100%;
  margin: auto;
  background-color: rgba(105,105,105,0.7);
  background-attachment: fixed;
  background-position: center;
  text-align: center;
  color: white;
  border-width: 2px;
  }
  
  
  html 
  {
  padding: 0px;
  margin: 0px;
  margin-right: auto;
  width: 100%;
  height: 100%;
  font-family: Bookman, Serif;
  font-size: 14;
  background: url("background.png") fixed center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  }
  
  .Image img
  {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 300px;
  }
  
  #Logo
  {
    display: block;
    margin-left: auto;
    margin-right: auto;
    scale: 0.5;
    max-width: 50%;
    padding-top: 25px;
  }
  .header h1,h2,h3
  {
  text-align: center;
  margin: 5px;
  }
  
  h1
  {
  font-size: 40pt;
  }
  
  h2
  {
  color: white;
  font-size: 30pt;
  }
  
  h3
  {
  color: gold;
  font-size: 25pt;
  }
  
  ul
  {
  list-style-type: none;
  padding: 0px
  }
  
  ul li 
  {
  padding-bottom: 20px;
  font-size: 15pt;
  }