div.header {
  width: 100%;
  height: 150px;
  background: url("logo.png") no-repeat center top;
  border-bottom: solid #eeeeee 1px;
}
div.content {
  width: 100%;
  text-align: center;
  background: url("content.png") no-repeat center top;
  margin-top: 10px;
  padding-top: 400px;
}
h1 {
  height: 40px;
  width: 1092px;
  color: #333333;
  font-family: "Ubuntu";
  font-size: 32px;
  letter-spacing: -0.1px;
  line-height: 40px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
h2 {
  height: 22px;
  width: 1000px;
  color: #333333;
  font-family: "Ubuntu";
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
button {
  width: 400px;
  height: 40px;
  font-size: 16px;
  line-height: 22px;
  color: white;
  background-color: #003182;
  border: none;
  border-radius: 2px;
  text-align: center;
  display:block;
  margin:0 auto;
}
