$(document).ready(function() {
	$(".sidebar").height($("#master").height());
});