* {
  margin:0;
  padding:0;
}

html {
  height:100%;
  background-color:#2a2723;
}

body {
  height:100%;
  background:url(images/page_back.jpg) 0px 214px repeat-x;
}

img {
  border:0;
}

#main {
  background:url(images/page_logo.jpg) no-repeat;
  width:840px;
  min-height:100%;
  height:100%;
  margin:0 auto;
}

#buttons {
  width:465px;
  padding-left:315px;
  padding-top:71px;
}
#buttons a .button {
  height:31px;
  width:92px;
  margin-right:1px;
}

#links {
  font:10px Arial,sans-serif;
  text-align:right;
  float:right;
  padding:5px 65px 0 0;
  color:#666;
}
#links a {
  color:#666;
  text-decoration:none;
}
#links a:hover {
  text-decoration:underline;
}

#header {
  background:url(images/content_head.jpg) no-repeat;
  height:114px;
  width:721px;
  margin:1px 0 0 76px;
}

#content {
  background:url(images/content_back.jpg) repeat-y;
  width:721px;
  min-height:400px;
  margin-left:76px;
}
#content img.help {
  width:404px;
  height:167px;
  margin:48px 0 0 39px;
}

#footer {
  background:url(images/content_foot.png) no-repeat;
  width:721px;
  height:20px;
  margin-left:76px;
}