.layout{
	width:780px;
	height: auto !important;
	height:550px;
	min-height: 550px;
	margin: 0 auto;
	top: 0;
/*	border-color: Gray;
	border: thin solid;*/
}	
.header{
	width: 100%;
	height:0px;
	/*background-color: Aqua;*/
}
.main_top{
	width: 100%
	height:100px;
	text-align: center;
}
.main_middle{
	width: 100%;
	height:190px;
	text-align: center;
}
.main_bottom{
	width: 100%;
	height: 110px;
	text-align: center;
}
.content_box{
	float: right;
	width: auto !important;
	width: 100%;
	min-width: 100%;
	height: auto !important;
	height:400px;
	min-height: 400px;
	/*display: inline;*/
	/*background-color: Fuchsia;*/
	/*background-image:url(tlo-index.jpg);*/
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: top;
	text-align: center;
	
	
}
.footer{
	clear: both;
	width: 100%;
	height: 140px;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align:center;
	margin-top:5px;
	
}
.left_foot{
	float:left;
	width:50%;
	text-align:right;
	vertical-align: top;
}
.left_right{
	float:right;
	width:50%;
	text-align: left;
	vertical-align: top;
}
.licznik{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	/*color:#CC6600;*/
	margin-top:15px;
}
.licznik .num{
	font-family:inherit;
	font-size:12px;
	color:#516F6D;
}