  body {
  font:normal 12px Arial;
  text-align:center;
  line-height:2em;
  margin:0;
  background: #fff url('tlo.jpg') repeat-x;
  }
  #baner {
  display:block;
  text-align:right;
  padding-top:57px;
  width: 900px;
  height: 265px;
  margin: auto;
  background: url('baner.jpg');
  }
  #menu {
  width:900px;
  height: 49px;
  margin:auto;
  background: url('menu_tlo.jpg') repeat-x;
  }
  #menu a {
  text-decoration:none;
  border-right: 1px solid #7abcff;
  font: bold 13px Arial;
  color:white;
  padding:16px 10px 16px 10px;
  display:block;
  float:left;
  text-shadow: 1px 1px 1px #384758; 
  }
  #menu a:hover {
  background: url('menu_tlo_c.jpg') repeat-x;
  }
  #main {
  text-align:left;
  margin:auto;
  width:860px;
  height:auto;
  min-height:550px;
  background: white;
  padding:20px;
  display:block;
  }
  #stopka {
  width:900px;
  height:49px;
  margin:auto;
  clear:both;
  background: url('stopka.jpg');
  }
  img {border:none;}
  h1 {
  font: normal 24px Georgia;
  letter-spacing:-0.05em;
  border-bottom:1px solid #e3f1ff;
  text-transform: uppercase;
  }
  h2 {
  font: normal 16px Arial;
  letter-spacing:-0.05em;
  border-bottom:1px solid #e3f1ff;
  }
  b {color:#7e0600;}
legend {
color: #fff;
padding:10px;
font: bold 14px Arial;
background: #9fc4e2;
}
fieldset {
border:none;
margin:10px;
background: #e2f1ff;
}
input,textarea {
  background: white;
  font: normal 12px Arial;
  padding:2px; margin:4px;
  border: 1px solid #a1afc4;
}