body {
  background: url(../images/background_blue.jpeg) repeat;
}

.header {
  background: transparent url(../images/header.png) no-repeat;
  width: 919px;
  height: 423px;
  margin: auto auto;
  margin-top: 15px;
}

.container {
  background: url(../images/back_rep.png) repeat-y;
  width: 919px;
  margin: auto auto;
}

.footer {
  background: url(../images/footer.png) no-repeat;
  width: 919px;
  height: 121px;
  margin: auto auto;
}

.text_title {
  padding-top: 15px;
  padding-left: 25px;
  padding-bottom: 10px;
  font-size: 19px;
  color: #000;
  width: 400px;
}

.text_desc {
  padding-left: 25px;
  padding-bottom: 50px;
  font-size: 17px;
  line-height: 23px;
  color: #898989;
  width: 400px;
}

.pledge_box {
  float: right;
  margin-top: -174px;
  width: 340px;
}

.pledge_title {
  padding-bottom: 10px;
  font-size: 19px;
  color: #000;
  width: 400px;
}

.pledge_mini_box {
  padding-top: 10px;
  font-size: 19px;
  color: #000;
  width: 300px;
  height: 100px;
  background-color: #c6edff;
  border: 1px solid #0f87bf;
}

.pledge_mini_title {
  padding-left: 5px;
  padding-bottom: 3px;
  font-size: 14px;
  font-variant: small-caps;
  color: #000;
}

.error {
  width: 90%;
  padding: 8px;
  border: 2px solid #000;
  background-color: #fff;
  margin: auto auto;
  text-align: center;
}