/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{padding: 0;margin: 0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}

html, body {
        height: 100%;
}

body {
        display: table;
        margin: 0 auto;
        background: #181818 url('../images/bg2.png') no-repeat center;
        width: 80%;
        min-width: 980px;
        max-width: 1680px;
}

#wrapper {
        background: rgba(0,0,0,0.5);
        display: table-cell;
        vertical-align: middle;
}

#cell {
    /*border: 5px solid #fff;*/
    height: 334px; 
    position: relative;
    /*box-shadow: 0 0 10px #000;*/

}
#rowery {
    display: block;
    background: url(../images/index-rowery.jpg) no-repeat left top;
    width: 50%;
    height: 334px;
    float: left;
}
#narty {
    display: block;
    background: url(../images/index-narty.jpg) no-repeat right top;
    width: 50%;
    height: 334px;
    float: right;
}
#s {
    background: url(http://sawera.klk.nazwa.pl/images/template/top-s.jpg) repeat-x center top;
    width: 6px;
    height: 334px;
    left: 50%;
    position: absolute;

}
span {
    visibility: hidden;
}