body {
  background-color: white;
}

#header {
  margin-top: 2em;
  background-color: white;
  border: 0;
}

#header h2 {
  text-align: left;
}
#header img{
  margin: 0;
  padding: 0;
}

#subscribe {
  margin-top: 3em;
}

#footer {
  overflow: visible;
  margin-top: 1em;
  font-size: 8pt;
  text-align: left;
  color: #999;
}
#footer a {
  color: #666;
}
#footer a img {
  border:0 solid transparent;
}

.container {
  min-width: 100px;
  background-color: white;
}

.span-18 {
  width: 400px;
}

form.formtastic input, form.formtastic textarea, form.formtastic select { padding:0; }

