html, body {
  margin: 0px;
  text-align: center;
  background: white;
}

#pasek {
    position: absolute;
    width: 100%;
    height: 82px;
    top: 50%;
    left: 0px;
    margin-top: -57px;
    background: url('tlo.gif') repeat-x;
    z-index: 1;
}

#logo {
    position: absolute;
    left: 50%;
    margin-left: -86px;
    margin-top: -160px;
}


#srodek {
    position: absolute;
    width: 473px;
    left: 50%;
    top: 15px;
    margin-left: -237px;
    z-index: 10;
}


#info {
    position: absolute;
    width: 480px;
    left: 50%;
    top: 90px;
    margin-left: -240px;
}


img {
  border: 0px;
}

s1 { font-size: 1px; }
l1 { line-height: 1px; }

#info div {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #adb5c2;
}


