#wrapper {
	width: 778px;
	margin-right: auto;
	margin-left: auto;
}


#header {
	height: auto;
	width: 778px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#menu {
	margin: 0px;
	padding: 0px;
	height: 21px;
	width: 778px;
	background-image: none;
}
#container {
	width: 572px;
	float: right;
	background-image: url(Images/content.jpg);
	background-color: #4C6873;
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 75px;
	padding-right: 10px;
	padding-left: 10px;

}
#sidebar {
	background-repeat: no-repeat;
	height: auto;
	width: 166px;
	background-image: url(Images/left.jpg);
	float: left;
	background-color: #B4B4B4;
	padding-top: 75px;
	padding-right: 10px;
	padding-left: 10px;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


html {
	margin: 0px;
	padding: 0px;
}


body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menu li {
	list-style-position: inside;
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#footer {
  clear: both; 
}

/* PONIZEJ KOD ODPOWIEDZIALNY ZA TO ZE OBYDWIE KOLUMNY MAJA NA CALEJ DLUGOSCI KOLOR TLA, A NIE TYLKO TAM GDZIE JEST TRESC */
#wrapper { 
	overflow: hidden;
}

#container, #sidebar {
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
/* END */

