$(function(){
	$('#main').height($(document).scrollTop()-50);
	$('#top_left').css({height:$('#main').height()});
});
