html, body {
   background: #ffffff;
#   background: url('../gfx/bg.jpg');
   background-repeat: repeat-x;
   text-align: center;
}


#bok_lewa {
    position: absolute;
    height: 267px;
    width: 600px;
    left: -1000px;
    background-image: url('../gfx/top_left.jpg');
    background-repeat: no-repeat;
    z-index: 1;
}


#bok_prawa {
    position: absolute;
    height: 267px;
    width: 600px;
    left: 50%;
    margin-left: 400px;
    background-image: url('../gfx/top_right.jpg');
    background-repeat: no-repeat;
    z-index: 1;
}

#glowna {
    position: relative;
    margin: auto;
    width: 800px;
}

#gora {
    position: relative;
    width: 800px;
    height: 267px;
    line-height: 1px;
    font-size: 1px;
    z-index: 100;
}

#lewa {
    position: relative;
    width: 225px;
    float: left;
}

#srodek {
    position: relative;
    width: 333px;
    float: left;
}

#prawa {
    position: relative;
    width: 225px;
    float: right;
}

#dol_linki {
    position: relative;
    width: 100%;
    height: 33px;
    background: #8BBFEB;
}

#dol_pasek {
    position: relative;
    width: 100%;
    height: 50px;
    background: #3B4989;
}
