body {
  background: #000;
  font-family: Garamond;
}
img {
  border: 0;
}
#logo h1 {
  width: 398px;
  height: 75px;
  overflow: hidden;
  position: relative;
}
#logo h1 img {
  position: absolute;
  top: 0;
  left: 0;
}
#logo { 
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 3;
}
#twitter { 
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 3;
}

#subscribe {
  xdisplay: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
}
#background {
  position: absolute;
  top: 0;
  left: 0;
  cellspacing: 0;
  z-index: 1;
}
.copyright {
  position: absolute;
  top: 0;
  left: 0;
  width: 3088px;
  height: 2500px;
  z-index: 2;
  background: url('/images/spacer.gif') repeat-x top left;
}

/* Subscribe / Newsletter */
.mce_inline_error {
  float: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 0 1em 0 !important;
  z-index: 3 !important;
}

#mc-embedded-subscribe-form {
  background: #FFF;
  border: #000 1px solid;
  padding: 1em;
}

#mc-embedded-subscribe-form fieldset {
  border: 0;
}

#mc-embedded-subscribe-form .button {
  margin: 0 0 0 0;
}

#mc-embedded-subscribe-form .button input {
  border: #000 1px solid;
  text-transform: uppercase;
  padding: 3px;
}


#mc-embedded-subscribe-form .name {
  padding: 1em 0 0 0;
  clear: both;
}
#mc-embedded-subscribe-form .email {
  padding: 1em 0 0 0;
  clear: both;
}

#mc-embedded-subscribe-form .format {
  visibility: hidden;
}