/* regions */
.region-main {
  width: 100%;
  margin: 0;
}

.region-site {
	width: 950px;
	margin: 0 auto;
  margin-top: 10px;
}

.region-header {
  width: 100%;
  height: 153px;
  margin-bottom: 5px;
  background: url(/themes/pdfshop/img/bg-page-header.jpg) left top no-repeat;
}

.region-content {
	width: 100%;
  min-height: 700px;
  margin-bottom: 10px;
  background: url(/themes/pdfshop/img/bg-block-bright.jpg) left top;
  overflow: hidden;
}

.region-footer {
  width: 100%;
  height: 35px;
  margin-bottom: 10px;
  background: url(/themes/pdfshop/img/bg-block-dark.jpg) left top;
  overflow: hidden;
}

