
body {
  font: 15px Arial;
  background: #000000 url(images/bg.jpg) repeat-y center;
  background-attachment:fixed;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #CCC;
}

a { color: #CCC201;}

h1, h2, h3 { color: #CCC201; }

#container {
  width: 891px;
  background: #191919 url(images/bg_content.jpg) repeat-y;
  margin: 0 auto;
  text-align: left;
  height: 100%;
}

#header { background: url(images/bg_header.jpg); width:891px ; height: 346px;}

#content {
  width: 660px;
  margin: -100px auto 25px;
  text-align: left;
}

#sidepanel_right {
  float: right;
  margin-left: 20px;
  margin-bottom: 35px;
  margin-top: 0px;
  width: 150px;
  padding: 0px;
}

#footer {
  background: url(images/bg_footer.jpg);
  height: 205px;
  width: 891px;
  margin: 0 auto;
  text-align: center;
}

#footer .legal {
  font-size: 10px;
  margin: 0px;
  padding: 20px 0px 0px;
}

#footer_menu { padding-top: 10px;}

#footer_menu a { text-decoration: none; }




