function ie_fix()
{
	if (!(/msie/i.test(navigator.userAgent) && !/opera/i.test(navigator.userAgent))) {
		document.getElementById('bnVissza').style.marginLeft = '15px';
		document.getElementById('tartalom').style.width = '956px';
        }
}

