html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: url(../images/stars.jpg) repeat-x #23305E;
  color: #FFF;
  font: 12px Arial, sans-serif;
}

a {
  color: #FFF;
  text-decoration: underline;
}

img {
  border: none;
}

p, form, ul {
  margin: 1em 5px;
  width: 400px;
}

ul.no-list {
  padding: 0;
  list-style: none;
}

h1 {
  margin: 0;
}

div.ribbon {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 95px;
  height: 100%;
  background: url(../images/ribbon-background.gif) 45px 0 repeat-y;
}

div.wrapper {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 788px;
  height: 468px;
  background: url(../images/ribbon.jpg) no-repeat;
}
div.padding {
  padding: 51px 0 0 204px;
}

div.payoff {
  position: absolute;
  left: 204px;
  top: 442px;
}

label {
  display: block;
  margin-top: 1em;
  font-weight: bold;
}

input, select, textarea {
  font: 12px Arial, sans-serif;
}

.wide {
  width: 100%;
}

.button {
  display: block;
  margin-top: 20px;
}
