body {
  margin: 0;
  height: 100%;
  background: #fff;
  font-family: trebuchet ms, arial, helvetica;
  font-size: 12px;
  color: #333;
}

#all {
  width: 600px; height: 560px;
  margin: 50px auto 0 auto;
}
.logo {
  position: absolute; z-index: -1000;
  width: 600px; height: 250px;
}
.in {
  padding: 150px 48px 0 48px;
}

h1 {
  display: none;
}
h2 {
  margin: 30px 0 10px 0;
  font-size: 22px; font-weight: bold; letter-spacing: 1px;
}
ul {
  margin: 10px 0; padding: 0 20px;
  list-style: square inside;
  font-size: 16px; font-weight: bold;
}
p {
  margin: 0;
  line-height: 1.6;
}
p strong {
  font-size: 13px; font-weight: bold;
}
.halfbox {
  float: left;
  width: 45%;
  margin-right: 5%;
}
a {
  color: #ef3e30;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
