
  #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: Frutiger;
  font-size: 14;
  background: url("./assets/background.jpg") fixed center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  }

  #Logo
  {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-top: 25px;
  }
  #LogoMega
  {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-top: 10px;
  }

  .header h1,h2,h3
  {
  text-align: center;
  margin: 5px;
  }

  h1
  {
  font-size: 40pt;
  }

  h2
  {
  color: rgb(156, 231, 250);
  font-size: 30pt;
  }

  h3
  {
  color: rgb(156, 231, 250);
  font-size: 25pt;
  }

  ul
  {
  list-style-type: none;
  padding: 0px
  }

  ul li
  {
  padding-bottom: 20px;
  font-size: 15pt;
  }