$(document).ready(function() {
	$("div.bottom").height($("div.main").height() + 130);
	$("div.top").height($("div.main").height() + 130);
});
