#footer {
	clear: both;
	position: relative;
}

	#footer .menu {
		background-image: url('../pics/footer_menu_bg.png');
		background-repeat: repeat-y;
	}
		#footer .menu .top {
			background-image: url('../pics/footer_menu_top_bg.png');
			background-repeat: no-repeat;
			height: 19px;
		}
		#footer .menu .body {
			margin: 0 197px 0 12px;
		}
		#footer .menu .bottom {
			background-image: url('../pics/footer_menu_bottom_bg.png');
			background-repeat: no-repeat;
			height: 11px;
		}
	#footer ul {
		list-style-type: none;
		text-align: center;
		padding: 4px 0 9px 0;
	}
		#footer li {
			display: inline;
			padding: 0 10px;
			border-right: 1px solid #fff;
		}
		#footer li.zaznaczony {
			font-weight: bold;
		}
		#footer li.ostatni {
			border-right: 0;
		}
			#footer li a {
				color: #fff;
			}
	#footer p.copyright {
		margin: 15px 0 20px 0;
		text-align: center;
		color: #fff;
	}
	#footer p.art4u {
		position: absolute;
		bottom: 10px;
		right: 50px;
	}
		#footer p.art4u a {
			color: #fff;
		}