body {
     font-family:Verdana;
     font-size:8pt;
     color:#7A7A7A;
     background: gray;
     font-weight:normal;
     width:1000px; 
      margin: 0px auto;
      background: url(bg.gif);
     }
     
A:link {text-decoration:none; color:#7A7A7A; font-family:verdana}
A:visited {text-decoration:none; color:#7A7A7A}
A:active {text-decoration:none; color:#7A7A7A} 
A:hover {text-decoration:underline; color:black}     

img {border: 0px}  

p { margin: 0; padding-bottom: 5px;}

#bg {
      position: relative;
      width:1000px;
      height:812px;
      background: url(gfx.jpg) no-repeat;
      }
      
#tytul {
      width:370px;
      position: absolute;
      top: 140px;
      left: 560px;
      }
      
      
#content {
      position: absolute;
      top: 180px;
      left: 515px;
      margin:30px;
      padding:15px;
      overflow: auto;
      width:355px;
      height:435px;
      }
      
#stopka {
      text-align:center;
      position: absolute;
      bottom: 20px;
      right: 125px;
      }

#menu_gorne {
      position: absolute;
      top: 90px;
      left: 550px;
      }
      
li {
      padding-right:5px;
      display: inline-block;
      }
      
h1 {
      font-size:16pt;
      font-weight: bold;
      margin:0px;
      padding-top:15px;
      padding-bottom:15px;
      }
      
h2 {
      font-size:12pt;
      font-weight: bold;
      color:red;
      margin:0px;
      padding-top:15px;
      padding-bottom:2px;
      }



 




      
