html, body {
	width:100%;
	height:100%;
	margin: 0 auto;
	line-height: 130%;
}

#pasek_szary_stopka
{
	position:absolute;
	top: 95%;
	width: 100%;
	height: 5%;
	background-image: url('images/footer.png');
	background-repeat: repeat;
	margin: 0 auto;
}

#stopka_wysrodkuj
{
	position: absolute;
	top: 10;
	left: 50%;
	margin: 0 auto;
}

#stopka
{
	position: absolute;
	top: 0;
	left: -475;
	width: 950;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
}



