$(window).load(function() {
	$('#logo').css('margin-left',(980 - ($('.nav_lf').width() + $('.nav_rf').width()) - 193) / 2);
});
