
<!--

html, body  {
	height : 100%;
	margin : 0;
	padding : 0;
	width : 100%;
	height: 100%;
	font-family : tahoma, verdana, sans-serif;
	color : #000000;
	font-size : 14px;
	overflow:hidden;
	text-align : left;

} 


* html #main  {
	height : 100%;
} 

#layout  {
	position : absolute;
	
	left : 50%;
	width : 900px;
	height : 549px;
	margin : 0 0 0 -450px;
	bottom:0;
	z-index:2;
} 

#background{position:absolute; z-index:1; width:100%; height:100%;}

.logo_firma {width:150px;height:58px;float:left;border:0px solid red;padding:0;margin:0;}

img {border:0;}


.firmy {display:none;width:818px;height:341px;border:0;top:0;position:absolute;}


a  {
	color : #ffffff;
	text-decoration : underline;
}

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

h2 {font-size:20px;}

h3 {font-size:15px;}


-->