* {margin: 0; padding: 0}

body {
   margin: 1cm;
   font: 12px Tahoma, sans-serif;
   text-align: center;
}

#top {
   position: relative;
   width: 100%;
   margin: auto;
   padding-bottom: 25px;
   text-align: left;
   background: transparent url(../grafika/drukuj/linia.gif) repeat-x bottom;
}

#top h1 {
   width: 90%;
   font: 19px 'Trebuchet MS', sans-serif;
}

#top p {
   font-size: 11px;
   color: #ada588;
}

#top img.linia {
   position: absolute;
   width: 100%;
   height: 17px;
   left: 0;
   bottom: 0;
   z-index: 1;
}

#top img {
   position: absolute;
   right: 0;
   bottom: 0;
   z-index: 2;
}

#content {
   width: 100%;
   margin: auto;
   text-align: justify;
   line-height: 20px;
}
