
html { min-height: 100%; }

body {
  background-color: #507CB0;
  color: #7B6E66;
  padding: 0 15px 28px;
  height: auto;
  font-family: tahoma;
}

#container {
  background: white;
  min-height: 400px;
  margin: 0 auto;
  position: relative;
  padding: 187px 20px 20px;
  width: 706px;
  border: 2px solid black;
}

#header, #footer {
  position: absolute;
  left: -2px; right: -2px;
  padding: 0;
}

#header {
  background: url(header.jpeg) no-repeat;
  height: 167px;
  top: -2px;
}

#footer {
  height: 28px;
  bottom: -30px;
  background: url(footer.gif) no-repeat;
}

#container .addthis_toolbox {
  text-align: center;
  margin: 20px 0 0;
}

#container .addthis_toolbox a {
  float: none;
  display: inline-block;
  padding: 0;
}

#job #job_header h1,
#job #new_application h2,
#job #new_application fieldset.buttons {
  background: #7B6E66 !important;
  color: white !important;
}

#job #new_application h2 span.required {
  color: white;
  top: 8px !important;
}
