  #calosc {
    bbackground-color:yellow;
    width:770px;
    height:390px;
    position:relative;
    margin:0 auto;
    text-align:left;
    }
  #gora {
    background-color:white;
    width:750px;
    position:absolute;
    left:0px;
    top:0px;
    margin:0 auto;
    text-align:right;
    font: italic 20px Verdana, Arial, sans-serif;
    padding:10px;
    }
  #lewo {
    background-color:white;
    width:360px;
    height:270px;
    position:absolute;
    left:0px;
    top:55px;
    margin:0 auto;
    text-align:center;
    padding:10px;
    }
  #prawo {
    background-color:white;
    width:360px;
    height:270px;
    position:absolute;
    right:0px;
    top:55px;
    margin:0 auto;
    text-align:left;
    bborder-left:1px dashed black;
    padding:10px;
    }
  #stopka {
    background-color:white;
    width:750px;
    position:absolute;
    bottom:0px;
    margin:0 auto;
    text-align:center;
    padding:10px;
    }
  #tlo
  {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
  }
  #informacja 
  {
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 75;
    padding: 15px;
    border: 3px solid red;
    background-color: white;
    z-index:1002;
    overflow: auto;
  }
  .tytul {
    background-color:#eeeeee;
    border-bottom: 1px solid black;
    border-left:5px solid red;
    font-size:13px;
    font-weight:bold;
    text-indent:5px;
    text-align:left;
    }
  body {
    background-image:url(bg.gif);
    text-align:center;
    font-family:Verdana;
    font-size:13px;
    }
  p {
    margin: 10px;
    }
