$(document).ready(function() {

	$('#content .news-feed .news-text:last').css({
		'background'	:	'none'
	});

	$('#footer .footer-nav-holder ul li:last-child').css({
		'margin'		:	0
	});
	
	var ht1 = $("#content .content-bottom-block .block").first().height();
	var ht2 = $("#content .content-bottom-block .sub-block").first().height();
	if (ht2<ht1) $("#content .content-bottom-block .sub-block").first().css("height",ht1+"px");

})
