/* głowne style strony ============================================ */
body {
	background-color: #d2d2d2;
	color: #4c4c4a;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
div#page {
	width: 900px;
	margin: 0px auto 0px auto;
	text-align: center;
	position: relative;
}
/* tresc =========================================================== */
div.header {
	width: 100%;
	height: 250px;
	background-image: url('../grafika/top.jpg');
	background-position: top;
	background-repeat: no-repeat;
}
div.content {
	width: 100%;
	height: auto;
	background-image: url('../grafika/body.jpg');
	background-position: top;
	background-repeat: repeat-y;
	text-align: center;
}
div.contentBody {
	width: 752px;
	margin: 0px auto 0px auto;
	text-align: center;
	position: relative;
}
div.contentText {
	width: auto;
	padding: 10px 10px 20px 13px;
}
div.footer {
	width: 100%;
	height: 43px;
	background-image: url('../grafika/bottom.jpg');
	background-position: top;
	background-repeat: no-repeat;
	color: #dd0500
}


