
#cienie {
  background: url('../gfx/cienie_boki.png') repeat-y;
  background-position: top center;
  text-align: center;
}

#strona {
  position: relative;
  width: 780px;
  margin: auto;
  background: #ffffff url('../gfx/tlo_strona.gif') repeat-y;
}

  #lewa {
    position: relative;
    width: 171px;
    min-height: 447px;
    height: 447px;
    float: left;
    background: url('../gfx/tlo_lewa.jpg') no-repeat;
  }
  
  div[id="lewa"] {
    height: auto !important;
  }

  #srodek {
    position: relative;
    width: 609px;
    min-height: 447px;
    height: 447px;
    float: left;
    background: url('../gfx/tlo_srodek_gora.jpg') no-repeat;
  }
  
  div[id="srodek"] {
    height: auto !important;
  }
  
    #naglowek {
      position: absolute;
      top: 0px;
      left: 50px;
      line-height: 1px;
      font-size: 1px;
    }


  #dol {
    position: relative;
    clear: both;
    height: 121px;
    background: url('../gfx/tlo_srodek_dol.gif') no-repeat;
  }
  
    #dol_reklamy {
      position: absolute;
      width: 575px;
      height: 70px;
      top: -10px;
      right: 0px;
    }
    
    
    #dol_linki {
      position: absolute;
      width: 100%;
      top: 85px;
      right: 0px;
      text-align: center;     
    }

