/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #000000 url(images/img01.jpg) repeat left top;
	font-size: 14px;
	text-align: left;
	color: #ABABAB;
}

a:link {
	color: #A5E543;
}

a:hover, a:active {
	text-decoration: none;
	color: #A5E543;
}

img {
	border: none;
}

#wrapper {
	margin: 0;
	padding: 0;
	height: 480px;
	background: url(images/img022.jpg) repeat-x left top;
	
}

/* Header */

#header {
	width: 932px;
	margin: 0 auto;
	height: 75px;
}

/** LOGO */

#logo {
	width: 932px;
	height: 299px;
	margin: 0 auto;
	padding-bottom: 70px;
}

.img04 {
	padding-top: 30px;
}

/* Page */

#page {
	width: 932px;
	margin: 0 auto;
}

li {
	display: inline;
	margin: auto 50px;
}

#podzial {
	text-align: center;
}


/* Footer */
#footer-wrap {
	width: 932px;
	height: 80px;
	margin: 0 auto;
	background: url(images/img08.jpg) no-repeat left top;
	background-position: center;
}

#footer {
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0;
}

html>body #footer {
	height: auto;
}

#footer p {
	font-size: 14px;
}

#legal {
	clear: both;
	padding-top: 17px;
	text-align: center;
	color: #999999;
}

#legal a {
	color: #A5E543;
}

