/* page.css */
div.body-container {
  background: url("../img/border_vertical.gif") 620px 80px repeat-y fixed;
  margin-bottom: 80px;
}

#animation {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}

#page {
  margin-top: 80px;
}

#page-head {
  background: url("../img/bg_page-head_4.png") 0 100% repeat-x;
  border-right: 0;
  padding-bottom: 25px;
  position: fixed;
  width: 540px;
  z-index: 10;
}

#content {
  border-right: 0;
  width: 540px;
}
#content div.content-container {
  /*
  padding: 20px 25px 30px 25px;
  */
  padding-top: 0;
}

#sidebar-right {
  position: fixed;
  z-index: 5;
}

#page-foot {
  border-right: 0;
  width: 540px;
}
