$(document).ready(function()
{
	var typogr = $('#content-news').height()/2 - $('#content-typogr-left').height()/2;
	$('#content-typogr-left').css({'margin-top' : typogr});
	$('#content-typogr-right').css({'margin-top' : typogr});
	
	var height = $('#content-news').height() + $('#content-bot').height();
	$('#content-gradient-left img').css({'width' : '96px', 'height' : height});
	$('#content-gradient-right img').css({'width' : '96px', 'height' : height});

});

