 
 
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #330000;
	background-image: url(obrazki/ksiazki.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.zawartosc #container {
	position: relative;
	width: 860px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.zawartosc  #naglow {
	color: #FFCCCC;
	height: 70px;
	left: auto;
	top: auto;
	right: auto;
	bottom: 0px;
}
.zawartosc #logo {
	width: 400px;
	position: absolute;
	bottom: auto;
	top: 35px;
	left: 51px;
}


/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
.zawartosc #header {
	height: 194px;
	text-align: center;
	background-image: url(obrazki/pion.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-right: 10px;
	padding-left: 10px;
} 
.zawartosc #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.zawartosc #sidebar1 {
	position: absolute;
	top: 264px;
	left: 11px;
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #d8c298;
	height: 377px;
	border: thin solid #FFFFFF;
}
.zawartosc #sidebar2 {
	position: absolute;
	top: 264px;
	right: 11px;
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #d8c298; /* padding keeps the content of the div away from the edges */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 377px;
	border: thin solid #FFFFFF;
}
.zawartosc #mainContent {
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 230px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	border: thin solid #FFFFFF;
	background-color: #D8C298;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 367px;
	padding-top: 10px;
	line-height: 15px;
}

.zawartosc #footer {
	background-image: url(obrazki/pasek.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A28D72;
	line-height: normal;
} 

.zawartosc #english {
	float: right;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCCCC;
	text-align: right;
	position: absolute;
	left: 648px;
	top: 16px;
	height: 51px;
}
.stopka {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9D845C;
	margin-top: 0px;
	font-size: 10px;
	margin-bottom: 0px;
}


.zawartosc #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
a:link {
	text-decoration: none;
	color: #9D0D3A;
}
a:visited {
	text-decoration: none;
	color: #9D0D3A;
}
a:hover {
	text-decoration: underline;
	color: #996633;
}
a:active {
	text-decoration: none;
	color: #996633;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
 
.kontaktowy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
