body
 {
  background: #aaaaaa url('images/background.jpg');
 }

div.site_anchorpoint
 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  width: 800px;
 }

div.header
 {
  position: absolute;
  z-index: 1;
  top: -100px;
  width: 800px;
  height: 100px;
  background: url('images/header_background.png') bottom center no-repeat;
 }

div.header_title
 {
  position: absolute;
  z-index: 5;
  top: -105px;
  width: 800px;
  height: 97px;
  background: url('images/header_title.png') center no-repeat;
 }

div.header_swirls1
 {
  position: absolute;
  z-index: 0;
  top: -20px;
  left: -79px;
  width: 85px;
  height: 251px;
  background: url('images/header_swirls1.png');
 }

div.header_swirls1_overlap
 {
  position: absolute;
  z-index: 5;
  top: 231px;
  left: -43px;
  width: 85px;
  height: 89px;
  background: url('images/header_swirls1_overlap.png');
 }
