    body {
      margin: 0 auto;
      font-family: Verdana, sans-serif;
      font-size: 1.1em;
      line-height: 1.4em;
      color: #555555;
      background-color: #D4DDED;
    }

    a {
      text-decoration: none;
      color: #6571BC;
    }

    a:hover {
      text-decoration: underline;
    }

    #header {
      margin-top: 30px;
      width: 100%;
      height: 16px;
      background-color: #BFD0EA;
    }

    #language {
      font-size: 0.9em;
      text-align: center;
      margin-bottom: 1.5em;
      padding: 0;
    }

    .active {
      font-weight: bold;
      color: #A1BBE4;
    }

    .active:hover {
      text-decoration: none;
    }

    #content {
      margin: 0 auto;
    }

    #main {
      margin: 20px auto 30px auto;
      padding: 1% 10%;
      max-width: 960px;
    }

    #logo {
      margin-top: -14px;
      float: right;
    }

    #footer {
      margin-top: 40px;
      margin-bottom: 100px;
      width: 100%;
      height: 15px;
      background: #A1BBE4;
    }

    .trapezoidLine1 {
      margin-top: -16px;
      position: absolute;
      width: 60%;
      height: 2px;
      background-color: #A1BBE4;
    }

    .trapezoidLine2 {
      position: absolute;
      width: 30px;
      height: 2px;
      left: 100%;
      background-color: #A1BBE4;

      -webkit-transform-origin: 0% 0%;
      -webkit-transform: rotateZ(45deg);
      -moz-transform-origin: 0% 0%;
      -moz-transform: rotateZ(45deg);
    }

    #trapezoidFill {
      margin-top: 3px;
      position: absolute;
      right: -30px;
      left: 0px;
      border-top: 0 solid transparent;
      border-left: 0 solid transparent;
      border-right: 30px solid transparent;
      border-bottom: 29px solid #D4DDED;
    }

    #sig {
      width: 30%;
      max-width: 150px;
      min-width: 100px;
      margin-top: 10px;
    }

    .paper {
      position: relative;
      padding: 50px 10%;
      margin: 0 auto;
      background: #FFFFFF;
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 0px rgba(0, 0, 0, 0.1);
    }

    .paper:before, .paper:after {
      position: absolute;
      width: 40%;
      height: 10px;
      content: ' ';
      left: 12px;
      bottom: 18px;
      background: transparent;
      -webkit-transform: skew(-5deg) rotate(-5deg);
      -moz-transform: skew(-5deg) rotate(-5deg);
      -ms-transform: skew(-5deg) rotate(-5deg);
      -o-transform: skew(-5deg) rotate(-5deg);
      transform: skew(-5deg) rotate(-5deg);
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
      z-index: -1;
    }

    .paper:after {
      left: auto;
      right: 12px;
      -webkit-transform: skew(5deg) rotate(5deg);
      -moz-transform: skew(5deg) rotate(5deg);
      -ms-transform: skew(5deg) rotate(5deg);
      -o-transform: skew(5deg) rotate(5deg);
      transform: skew(5deg) rotate(5deg);
    }

    @media (max-width: 960px) {

      body {
        font-size: 1.0em;
      }

      #main {
        padding: 1% 6%;
      }

      .paper:before, .paper:after {
        bottom: 14px;
      }
    }

    @media (max-width: 640px) {

      body {
        font-size: 0.9em;
      }

      #main {
        padding: 1% 3%;
      }

      .paper:before, .paper:after {
        bottom: 10px;
      }

      .paper {
        padding: 30px 8%;
      }
    }
