@CHARSET "ISO-8859-1";
html,body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background: url('body.png') repeat-x center 0;
  color: #444;
  font: 16px 'segoe ui',optima,arial,sans-serif;
  overflow-y: scroll;
}

a {
  color: #33f;
  text-decoration: none;
}

a:hover {
  color: #66f;
}

h1 {
  border-bottom: 1px dotted #d2eba8;
  color: #64981f;
  font: normal 36px arial,sans-serif;
  margin: 0 0 10px;
  padding-bottom: 5px;
}

.container {
  height: 100%;
  margin: 0 auto;
  width: 900px;
}

div#wrapper {
  background: url('body-bg.png') repeat-y center;
  height: auto !important;
  height: 100%; /* IE6: treated as min-height */
  min-height: 100%;
  position: relative;
}

div#main {
  background: url('body-cap.png') no-repeat center 0;
  padding: 40px 0;
}

.content {
  margin: 0 40px 20px;
}
