/* line 7 */
html, body {
  height: 100%;
}

/* line 10 */
body {
  background: url("../images/bg_body.gif");
}

/* line 13 */
div#wrapper {
  overflow: hidden;
  width: 100%;
  min-height: 100%;
  background: url("../images/bg_wrapper.gif") center top fixed no-repeat;
}

/* line 19 */
div#container {
  overflow: hidden;
  width: 956px;
  margin: 0 auto;
}

/* line 24 */
div#header {
  position: relative;
  height: 200px;
  padding: 23px 0 0 0;
}

/* line 29 */
div#content {
  float: right;
  width: 727px;
}

/* line 33 */
div#sidebar {
  float: left;
  width: 203px;
}

/* line 37 */
div#breaker {
  float: left;
  clear: both;
  width: 100%;
  height: 1px;
}

/* line 47 */
div#header h1 {
  position: absolute;
  left: 0;
}

/* line 51 */
div#header div#newsletter {
  position: absolute;
  left: 237px;
  bottom: 81px;
}
/* line 56 */
div#header div#newsletter p.title {
  position: relative;
  margin: 0 0 11px 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2em;
  color: white;
}
/* line 64 */
div#header div#newsletter form {
  position: relative;
}
/* line 67 */
div#header div#newsletter form input.email {
  width: 200px;
  height: 15px;
  margin: 0 1em 0 0;
  padding: 5px;
  border: none;
  background: #3a3a3a;
  line-height: 15px;
  color: #828282;
}
/* line 77 */
div#header div#newsletter form input:focus.email {
  background: #515151;
  color: white;
}
/* line 81 */
div#header div#newsletter form span.buttonized {
  position: absolute;
  left: 230px;
  bottom: -2px;
}

