@import url(reset.css);

h2,a { color: #ee982d; text-decoration: none; }
h2 { border-bottom: 1px solid #ee982d; padding-bottom: 2px; margin-top: 13px; font-size: 16px; }

h2, p { margin-bottom: 15px; }

p { font-weight: bold; }

body {
  font-family: Arial;
  font-size: 11px;
}

#container {
  position: absolute;
  width: 771px;
  margin-left: -385px;
  left: 50%;
  color: #5f6061;
}

#content {
  width: 350px;
  position: relative;
  left: 50%;
  margin-left: -175px;
  margin-top: 200px;
  margin-bottom: 50px;
}

h1 a {
  display: block;
  text-indent: -9999px;
  height: 125px;
  background: transparent url(../img/header.jpg) no-repeat top left;
}

#content p { line-height: 16px; }

#logos { margin-top: 70px; }
#logos img { margin: 0; padding: 0; float: left; }

#footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  height: 36px;
  background: transparent url(../img/footer.jpg) no-repeat top left;
}

#footer * { display: none; }

#button {
  display: block;
  text-indent: -9999px;
  width: 201px;
  height: 46px;
  margin-top: 50px;
  background: transparent url(../img/button.jpg) no-repeat top left;
}