<!--
HTML, BODY {
    width: 100%;
    height: 100%;
}
BODY { 
    margin: 0;
    padding: 0;
    background-color: #000000;
}

#backgroundPopup{
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:#000000;
    border:1px solid #cecece;
    z-index:1;
}
#popupContact{
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height:421px;
    width:652px;
    z-index:2;
}

#table_main {
    width: 100%;
    height: 100%;
    background-image: url('../grafika/main/pas_r.jpg');
    background-repeat: repeat-x;
    background-position: center;
}
#table_in {
    empty-cells: show;
    width: 100%;
    height: 550px;
}
#td_main_left {
    width: 186px;
    height: 100%;
    background-image: url('../grafika/main/tlo_l.jpg');
    background-repeat: no-repeat;
    background-position: center right;
}
#td_main_right {
    height: 100%;
    background-image: url('../grafika/main/tlo_r.jpg');
    background-repeat: no-repeat;
    background-position: center left;
}
#td_rin {
    width: 100%;
    height: 550px;
    background-image: URL(../grafika/main/pas_rin.jpg);
} 
#menu {  
    width: 260px;
    height: 550px;
    vertical-align: top;
    background-image: URL(../grafika/main/tlo_menu.jpg);
    background-repeat: no-repeat;
}
#tresc {   
    width: 700px;
    height: 550px;
    vertical-align: top;
    background-image: URL(../grafika/tlo_tresc.jpg);
}
#naglowek_dzialu {
    width: 700px;
    height: 115px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    vertical-align: top;
    display: block;
}
#ramka {
    width: 700px;
    height: 435px;
    display: block;
} 
object {
    outline: none;
}
-->
