 body {
  margin:0;
  padding:0;
  font-family: 'Arial CE', arial, sans-serif;
  font-size: 90%;
  text-align: center;
  background: #8f718b url(../_images/bg.jpg) repeat-x top;
 }
 a {text-decoration: underline; color: #bb2700;}
 a:hover {text-decoration: underline; color: #cc7724;}
 
 #holder {
  width: 900px;
  margin: 0 auto;
  text-align: left;
  background: #a17e9e url(../_images/bgh.jpg) repeat-y left;
 }
 #top1 {
  height: 22px;
 }
 #top2 {
  position: relative;
  height: 65px;
  background: #e4d2e2 url(../_images/02.jpg) no-repeat;
 }
 #flags {
  position: absolute;
  top: 0px;
  left: 678px;
 }
 #top2 h3 {
  padding: 0 0 0 35px;
  margin: 0;
  font-size: 280%;
 }
 #middle {
  position: relative;
  height: 349px;
  background: #dec7db url(../_images/04.jpg) no-repeat top left;
 }
 #middlewitch {
  position: relative;
  height: 349px;
  background: #dec7db url(../_images/04witch.jpg) no-repeat top left;
 }
 #page {
  position: absolute;
  top: 0px;
  left: 34px;
  width: 515px;
  height: 302px;
  overflow: auto;
 }
 #page_in {
  padding: 5px;
 }
 #menu {
  background: url(../_images/03.gif) no-repeat right top;
  height: 28px;
 }
 #footer {
  font-size: 80%;
  text-align: center;
  color: white;
  background-color: #8f718b;
 }
 .foto {
  width: 150px;
  height: 100px;
  float: left;
  margin: 2px;
  border-right: 1px solid #a17e9e;
  border-bottom: 1px solid #8f718b;
 }