html, body {
  background-color: white;
  font-family: Helvetica, sans-serif;
}
h1 {
  font-size: 34px;
  font-weight: bold;
}
a { color: white; text-decoration: none; }
a:hover { color: #ccc; }

#page-wrap {
  background-color: #975723;
  margin: 0 auto;
  padding: 0 5px;
  position: relative;
  width: 800px;
}
  #hd {
    background: #0093FC;
    margin: 0 -5px 10px -5px;
  }
    #hd a {
      color: white;
      font-size: 20px;
      position: absolute;
      right: 5px;
      text-decoration: underline;
      top: 5px;
    }
  #bd {
    
  }
    #explain {
      font-size: 24px;
    }
    #form {
      background-image: url(../images/form-bg.png);
      float: right;
      height: 447px;
      margin-top: 20px;
      width: 540px;
    }
      #email, #usern {
        border: none;
        font-size: 60px;
        height: 65px;
        position: absolute;
        width: 510px;
      }
      #email {
        right: 21px;
        top: 214px;
      }
      #usern {
        right: 21px;
        top: 390px;
      }
      #submi {
        position: absolute;
        right: 5px;
        top: 509px;
      }
      #submi:hover { opacity:  0; }
    p { margin: 5px auto; width: 700px; }
      #important {
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        background: white;
        font-size: 12px;
        height: 15px;
        margin: 30px auto 0 auto;
        padding: 10px 0 ;
        text-align:  center;
        width: 750px;
      }
  #ft {
    bottom: 0;
    color: white;
    left: 0;
    position: absolute;
    width: 300px;
  }
    #ft form {
      bottom: 0;
      position: absolute;
      right: 0;
    }
