/* ogolnie */
	html { width:100%; height:100%; }
	body { width:100%; height:100%; background-color:#FBB488; font:10px Verdana,Arial,sans-serif; color:#c2c2c2; 
			padding:0px; margin:0px; overflow:hidden; }
	* html body { padding:110px 0px 20px 0px; }
	* html #content { width:100%; height:100%; }
	
/* divy */
	.header  { position:absolute; top:0px; left:0px; width:100%; height:110px; border-bottom:0px solid #ee9999;
		margin:0px; padding:0px; overflow:hidden; }
	.footer  { position:absolute; bottom:0px; left:0px; width:100%; height:20px; background-color:transparent;
		text-align:center; vertical-align:middle; border-top:0px solid #ee9999;
		overflow:hidden;  }
	.content { position:fixed; top:110px; left:0px; bottom:20px; right:0px; width:auto; height:auto; overflow-x:none; overflow-y:auto; }

/* teksty */
	.text_footer { font:10px/20px Verdana,Arial,sans-serif; color:#ee6677; letter-spacing:2px; }
