#container {
  margin: 0 auto;
  background: #000000 none repeat scroll 0% 50%;
  position: relative;
  text-align: left;
  width: 780px;
}
#header {
  background-image: url(images/header.jpg);
  height: 196px;
  width: 780px;
  background-position: left top;
}
body {
  background: #000000 url(images/bg.jpg) repeat-x scroll left top;
  text-align: center;
}
html, body {
  margin: 0px;
}
#content {
  padding: 20px;
  background: transparent url(images/content-bg.jpg) repeat-y scroll 0%;
  margin-left: 40px;
  position: relative;
  width: 660px;
}
#content p {
  font-family: arial;
  font-size: 14px;
}
.clearer {
  clear: both;
}
#footer {
  background-image: url(images/footer.jpg);
  height: 112px;
  width: 780px;
}
