

	function ustawTlo() {
	
		var w;
		//aktualna wielkosc
		wi = document.body.parentNode.clientWidth;	
		var b = document.body.clientWidth;
		
		
		if (b<850) {
		
			document.getElementById('srodek').style.backgroundPosition = 'left top';
		} 
		else {
			document.getElementById('srodek').style.backgroundPosition = 'center top';
		}
		
		//document.title = b;
		
	} 		

	//document.getElementById('tlo').style.height = document.body.clientWidth +'px';
	