
html,body
{

   padding: 0px;
   margin: 0px;
   background-color: #4c3a2c;
   text-align: left;
}



#glowna {






    position:absolute;
    top:10;
    left: 100px;
width: 802px;

	background-image:url(img/glowne_tlo.jpg); 
	background-repeat:repeat-y;



}

#gora {





    border     : 0px;
    padding    : 0px;


	background-color:  red;




}


#lewa {

	background-image:url(img/l_tlo1.jpg); 
	background-repeat:repeat-y;
    margin-left     : 0px;
    border     : none;
    padding    : 0px;
    width      : 215px; /* zbędne */



    float   : left;


}

#srodek {
	background-image:url(img/sr_tlo.jpg); 
	background-repeat:repeat-y;

    border     : none;
    padding    : 0px;
    width      : 523px; /* zbędne */



    float   : left;


}

#menu {

	background-image:url(img/sr_tlo.jpg); 
	background-repeat:repeat-y;

    border     : none;
    width      : 523px; /* zbędne */




    float   : left;


}


#content {

	background-image:url(img/sr_tlo.jpg); 
	background-repeat:repeat-y

    border     : none;
    padding    : 0px;
    width      : 523px; /* zbędne */


    float   : left;


}


#prawa {



    border     : none;
    width      : 64px; /* zbędne */
    float   : right;




}

#stopka {



    border     : none;
    float   : bottom;


}

a_main {
		text-decoration:none;
		color:#FFFFFF;
}

a_main:hover{
		text-decoration:underline;
		color:#CCCCCC;
		}
a {
	text-decoration: none;
	color: #563b20;
}

a:hover {
	text-decoration: underline;
   color: #000000;
}

