
/*** ========================================================================================= ***/
/*** Body ================  ==================================================================== ***/
/*** ========================================================== body {background-color: #887962;}  ***/

body {top: 0; left: 0; margin:0; padding:0;}

/*** resize obrazka w background bez overflow (scrolllery)  a content  ze scrollerem ***/

#background-img 			{z-index:10; 
						position:absolute; 
						width:100%; 
						height:100%; 
						margin:0px; 
						padding:0px; 
						left:0px; 
						top:0px; 
						right:0px;
						overflow:hidden;
						}
						
#page-content 			{z-index:20; 
						position:absolute; 
						width:100%; 
						height:100%; 
						margin:0px; 
						padding:0px; 
						left:0px; 
						top:0px; 
						overflow:scroll;
						}

/*** ========================================================================================= ***/
/*** Text ==================================================================================== ***/
/*** ========================================================================================= ***/

p						{
						font-family:  Verdana, Georgia, "Times New Roman", Serif;
						color: #000000;
						margin: 0em 0em 1em 0em;
						padding: 0em 0em 0em 0em;
						display: block;
						font-size: 0.70em;
						text-align: justify;
						line-height: 1.2em;
						}

/*** ========================================================================================= ***/
/*** ========================================================================================= ***/
/*** ========================================================================================= ***/
