*, body, html, div, img, p, li, ul, ol, a {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	height: 100%;
	width: 100%;
}
body {
	background: #000
	font-size: 13px;
	font-family: tahoma, arial;
	color: #222233;
	text-align: center;
	overflow: auto;
	min-height: 100%;
	position:absolute; top:0;left:0;
}
div {
	font-size: 1px;
	text-indent: 0;
	text-align: left;
	background-position: 0 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div#dodatek {
    width: 100%; 
    height: 800px; 
    position: absolute; 
    left: 0; 
    top: -4000px; 
	z-index: 0;
}
#strona {
	height: 100%;
	margin: 0 auto;
	width: 100%;
	position: relative;
}
#strona[id] {
	display: table;
	position: static;
}
#pomocnicze {
	position: absolute;
	top: 50%;
	width: 100%;
	background: #000 url('../img/tlo-start.jpg') center center repeat-x;
}
#pomocnicze[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}
#zawartosc {
	position: relative;
	top: -50%; 
	height: 800px; 
	width: 100%;
	text-align: left;
	background: url('../img/tlo-dolne.jpg') bottom center no-repeat;
}
 /* część główna z wyróżniająym tłem 
================================================================== */
div#glowna { 
	position: relative;
	text-align: left;
	width: 1000px;
	height: 800px;
	margin: 0 auto 0 auto;
	background: url('../img/tlo-gorne.jpg') top center no-repeat;
}
/* lewa -------------------------------------------- */
div#rekl {
	width: 450px; 
	height: 220px;
	top: 290px;
	left: 50px;
	position: absolute;
	/* background: url('../img/start-reklh.gif') no-repeat; */
}
#rekl img {
	width: 450px;
	height: 220px;
} 
#rekl a {
	display: block;
	/* background: transparent url('../img/start-rekl.gif') no-repeat; */
}
#rekl a:hover {
	/* background: transparent url('../img/start-reklh.png') no-repeat; */
}
/* prawa -------------------------------------------- */
div#druk {
	width: 450px; 
	height: 220px;
	top: 290px;
	left: 500px;
	position: absolute;
	/* background: url('../img/start-drukh.gif') center center no-repeat; */
}
#druk img {
	width: 450px;
	height: 220px;
} 
#druk a {
	display: block;
	/* background: transparent url('../img/start-druk.gif') no-repeat; */
}
#druk a:hover {
	/* background: transparent url('../img/start-drukh.png') no-repeat; */
}
