$(document).ready(function(){
	// ��� ������ �����
	$('#content').css("min-height", $(window).height() - 376);
	
	if(screen.width > 1280) $('#header').css('background-image', 'url(/templates/default/images/head_bg_2000.jpg');
});


function FreeRightColumnSpace()
{
    $('#outer2').css('margin-right', 'auto');
}

