/*-------------------------MAIN SITE--------------------------*/
html, body {
    height : 100%;
        width : 100%;
        padding : 0px 0px 0px 0px;
        margin: 0;
        
        background : #777 url('gfx/background.jpg') no-repeat center fixed;
}

/*----------------------SITE LAYOUT-------------------------*/
/* padding: top, right, bottom, left; */

#container {
        position : relative;
        width : 1000px;        
        height : 590px;
        margin : auto;
        z-index : 1;
        background:#555;
}

#top {
        position : relative;
        width : 1000px;        
        height : 90px;
        margin : auto;
        z-index : 2;
        background:#555;
}
#menu {
        position : relative;
        width : 1000px;        
        height : 58px;
        margin : 0;
        z-index : 2;
        background:#555;
}
#content {
        position : relative;
        width : 1000px;        
        height : 442px;
        margin : auto;
        z-index : 2;
        background-image : url(gfx/main_gfx.jpg);
        font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
        font-size : 0.8em;
        text-align:center;
        color: #000;
}
#lewa {
        position : absolute;
        width : 285px;
        height : 358px;
        top : 12px;
        left : 23px;
        padding : 5px;
        overflow: auto;
        z-index : 3;
}

#srodek {
        position : absolute;
        width : 285px;
        height : 358px;
        top : 12px;
        left : 353px;
        padding : 5px;
        overflow: auto;
        z-index : 3;
}

#prawa {
        position : absolute;
        width : 285px;
        height : 358px;
        top : 12px;
        left : 684px;
        padding : 5px;
        overflow: auto;
        z-index : 3;
}

#footer {
        position : relative;
        width : 635px;        
        height : 20px;
        top : 408px;
        left : 10px;
        margin : auto;
        overflow:hidden;
        z-index : 5;
        font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
        font-size : 0.90em;
        text-align:center;
        text-decoration: none;
        font-weight : bold;
        color: #000;
}
#content a:link, #content a:visited {
        font-weight : bold;
        text-decoration: none;
        color: #b00;
}

#footer a:link, #footer a:visited {
        font-weight : bold;
        text-decoration: none;
        color: #fff;
}
#footer a:hover {
        font-weight : bold;
        text-decoration: none;
        color: #000;
}

