@charset "iso-8859-2";


#content_container {
  margin-left: auto;
  margin-right: auto;
  width: 554px;
  overflow: hidden;
}

.content_container_top {
  width: 554px;
  height: 15px;
  display: block;
  background-image: url('../img/content_top.png');
  background-repeat: no-repeat;
  overflow: hidden; 
}

.content_container_inner {
  width: 554px;
  overflow: hidden;
  background-image: url('../img/content_inner.png');
  background-repeat: repeat-y;
}

.content_container_bottom {
  width: 554px;
  height: 15px;
  display: block;
  background-image: url('../img/content_bottom.png');
  background-repeat: no-repeat;
  overflow: hidden; 
}

.content_container_inner_separator {
  width: 530px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}