.footer {
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	height: 54px;
	padding-top: 22px;
	background-image: url(img/grdn_stopka.png);
	background-repeat: repeat-x;
	background-position: center;

}
.footer p {
	float:right;
	color:#B9F39C;
	margin:0;
	padding:0px 10px 0px 30px;
	font-size:12px;
}

.footer .linkGrafo{
	float:left;
	color:#B9F39C;
	margin:0;
	padding:0px 10px 0px 10px;
	font-size:12px;
}
.footer a, .linkGrafo a{
	color: #7A6B36;
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.footer a:hover, .footer .linkGrafo a:visited{
	text-decoration: underline;
}


.footer_left {
	float: left;
}
.footer_right {
	float: right;
}

