 * {
 margin: 0;
}
 html, body {
	height: 100%;
 	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	background: url('../graphics/bg_zamowienia.jpg') no-repeat top right #f1f0e3;
	min-height: 100%;
 }
 .container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
 	margin-bottom: -60px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
 }
 .footer, .push {
	 height: 4em;
 }

a {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	}
	#header {
	position: absolute;
	top: 30px;
	left: 80px;
	}

#header span {
	position: absolute;
	left: -9999px;
	}
.footer {
	bottom: 0px;
	background: #f1f0e3;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.footer p {
	padding-top: 15px;
	}


/*
#container {
	height: auto !important;
	height: 100%;

	min-height: 100%;
	margin-bottom: -60px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}
.main {
float: right;
	}
.footer, .push {
	height: 160px;
	}
.clear {
	clear: both;
}
*/