body, html{
    margin               :0px auto;
    background-image     :url('images/bgr.jpg');
    background-color     :#ffffff;
    background-attachment:scroll;
    background-repeat    :repeat-x;
    width                :100%;
    height               :100%;
    background-position  :center;
    font-family          :verdana;
}

#middle {
width: 100%;
position: absolute;
top: 50%;
height: 630px; /*to samo co przy #container*/
margin-top: -330px; /*ujemna połowa wysokości #container*/
}

#cont{
margin: 0 auto;
padding: 0;
text-align: center;
height: 630px; /*wysokość stronki*/
}

img{
    border             :0px;
}
#strona{
    display            :block;
    width              :950px;
    margin             :0px auto;
}

#head{
    width              :950px;
    height             :149px;
    text-align         :left;
    background-image   :url(images/head.jpg);
}

a.menu{
    font-family        :tahoma;
    font-size          :14px;
    color              :#232323;
    text-decoration    :none;
    display            :block;
    float              :left;	    
    margin             :125px 10px 0px 10px;
}
a.menu:hover{
    color              :#525252;
}

a.menu_ksiegarnia{
    font-family        :tahoma;
    font-size          :16px;
    color              :#a6120e;
    text-decoration    :none;
    display            :block;
    float              :left;
    margin             :125px 10px 0px 10px;
}

a.menu_ksiegarnia:hover{
    color              :#525252;
}


#tresc{
    width              :950px;
}
#info{
    width              :950px;
    margin-top         :20px;
}
div.info{
/*    width              :295px;*/
    float              :left;
    margin             :8px;
    font-family        :georgia;
    font-size          :11px;
    color              :#000000;
    text-align         :justify;
}

/*---------------------------*/
div.opis_strony{
    display            :block;
    margin             :10px 0px 0px 0px;
}

#swieta{
    width              :950px;
    height             :233px;
    background-image   :url(images/swieta.png);
    display            :none;
}
#swieta p{

    float              :left;
    margin             :8px;
    padding-left       :5px;
    padding-top        :20px;
    font-family        :georgia;
    font-size          :17px;
    color              :#000000;
    text-align         :justify;
}
#ksiegarnia{
    width              :950px;
    height             :233px;
    background-image   :url(images/ksiegarnia.jpg);
    display            :block;
}

#drukarnia{
    width              :950px;
    height             :233px;
/*    background-image   :url(images/drukarnia.jpg);*/
    display            :none;
}

#pielgrzym{
    width              :950px;
    height             :233px;
    background-image   :url(images/pielgrzym.jpg);
    display            :none;
}

#pastores{
    width              :950px;
    height             :233px;
    background-image   :url(images/pastores.jpg);
    display            :none;
}

#poznajswiat{
    width              :950px;
    height             :233px;
    background-image   :url(images/poznajswiat.jpg);
    display            :none;
}
