body {
  background: #feffe3;
  font-family: "Open Sans", sans-serif;
  color: #231f20;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
body .inner {
  width: 675px;
  margin: 0 auto;
}
body #page {
  height: 100%;
  margin: 0 auto;
  z-index: 100;
  position: relative;
  background: #feffe3;
}
body #page #header {
  height: 200px;
  border-bottom: 2px solid #15ffb4;
}
body #page #header a {
  background: url("../images/gamejam-logo.png") no-repeat 0 0;
  width: 675px;
  height: 139px;
  display: block;
}
body #page #sub-head {
  border-bottom: 2px solid #15ffb4;
  height: 310px;
}
body #page #sub-head .inner {
  text-align: center;
}
body #page #sub-head .inner h1 {
  color: #ff5356;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 41px;
}
body #page #sub-head .inner p {
  font-weight: 300;
  font-size: 14px;
  margin: 0;
  padding: 0 50px;
}
body #page #sub-head .inner p.bands {
  color: #ff5356;
}
body #page #sub-head .inner p.free {
  font-weight: 600;
  text-transform: uppercase;
  color: #15ffb4;
  margin: 12px 0;
  letter-spacing: 0.1em;
  font-size: 24px;
}
body #page #sub-head .inner p.extra-info {
  color: #0f7dc2;
  margin-bottom: 6px;
}
body #page #content form {
  /* width: 400px; */
  margin: 0 auto;
  padding: 40px 0;
}
body #page #content form #submit-button {
  margin-left: 208px;
}
body #page #content form ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body #page #content form ul .field-wrapper {
  margin-bottom: 12px;
}
body #page #content form ul .field-wrapper.last {
  margin-bottom: 24px;
}
body #page #content form ul .field-wrapper label {
  text-transform: uppercase;
  text-align: right;
  font-size: 18px;
  width: 200px;
  margin-right: 12px;
  display: block;
  float: left;
  text-align: right;
}
body #page #content form ul .field-wrapper input {
  width: 340px;
  background: #feffe3;
  border: none;
  height: 24px;
  border-bottom: 1px solid #231f20;
  font-size: 18px;
  line-height: 18px;
  padding-left: 12px;
}
body #page #content form ul .field-wrapper ul.errorlist {
  color: #ff5356;
  text-transform: uppercase;
  font-size: 21px;
  text-align: center;
  padding: 10px 0;
}
body #page #content #list-full {
  height: 100px;
  padding: 50px;
}
body #page #content #list-full p {
  color: #ff5356 !important;
  font-size: 21px;
  font-weight: 600;
  padding: 0 50px;
  text-align: center;
}
body #page #content #thanks {
  text-align: center;
  padding-bottom: 50px;
}
body #page #content #thanks h1 {
  color: #ff5356;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 41px;
  text-transform: uppercase;
}
body #page #content #thanks p {
  color: #0f7dc2;
  margin: 8px 0;
}
body #page #footer {
  height: 70px;
  background: url("../images/gamejam-tab.png") no-repeat 0 0 #0f7dc2;
}
body #page #footer .inner {
  height: 100%;
}
body #page #footer .inner .intel-logo {
  display: block;
  margin: 0 auto;
  width: 383px;
  height: 100%;
  background: url("../images/gamejam-intel-logo.png") no-repeat 0 16px;
}
