function porihtaj() {
	tijelo=parseInt(document.getElementById('body-center').offsetHeight);
	document.getElementById('body-left').style.height=tijelo+ 'px';
	document.getElementById('body-right').style.height=tijelo+ 'px';
}