$(document).ready(
function(){
	var content = $("#content").height();
	var wynik = content+50;
	$('#aside').css({height:wynik+"px"});
	

});
