body {background:url('tlo_zrodlo_serwis.png')}
#backgroundMazTop_bckg1{
	position:fixed;
	top:60px;left:0;
	width:460px;height:431px;
	/*background: url("../img/tygrys_podstawowy.png") no-repeat left top;*/
}
#backgroundMazTop {
	position:fixed;
	top:60px;left:0;
	width:460px;height:431px;
	background: url("../img/background_maz_top.png") no-repeat left top;
}
* html #backgroundMazTop /* IE6 position fixed Top + Left*/{
	position:absolute;
	bottom:auto;
	top:expression(eval(document.documentElement.scrollTop));
	right:auto;
	left:expression(eval(document.documentElement.scrollLeft));
}
#backgroundMazBottom {
	position:fixed;
	bottom:0;right:0;
	width:361px;height:453px;
	background: url("../img/background_maz_bottom.png") no-repeat left top;
}
* html #backgroundMazBottom /* IE6 position fixed Top + Left*/ { 
	position:absolute;
	bottom:auto;
	top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
	right:auto;
	left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));
}