body {
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   background-color: #83a67f;
   color:black;
   font-size:11pt;
   font-family:"Trebuchet MS", "Verdana", sans-serif;
   text-align:center;
   background-image:url('trawa.png');
}
#logo {
   height:255px;
   margin:30px 0;
   background-image: url('logo-index.png');
   background-repeat: no-repeat;
   background-position: 50% 50%;
}
#logo span, #pies span {
   visibility:hidden;
}
#pies {
   position:absolute;
   top:0;
   right:0;
   z-index:0;
   width:450px;
   height:99px;
   background-image: url('psy.png');
   background-repeat: no-repeat;
   background-position: top right;
}
#naglowki {
   text-align:center;
   margin:20px 0 0 0;
}
#naglowki * {
   text-transform:uppercase;
}
#naglowki h1 {
   font-size:100%;
   margin-bottom:0;
   margin-top:0;
}
#naglowki h2 {
   font-size:90%;
   margin:6px 0 0 0;
   color:#f1f1c9;
}
#terier {
   text-align:center;
}
#orasie {
   font-size:75%;
   text-align:center;
   width:650px;
   margin:20px auto 0 auto;
   position:relative;
   z-index:10;
   padding:8px;
   border:2px solid black;
   background-color:#d5ecb9;
}
#orasie p {
   margin:0.5em 2em 0.25em 2em;
   line-height:1.5em;
}
a {
   color:#385ba2;
   font-size:120%;
   background-color:transparent;
}