$(function() {
	// Make sure the columns always match in height
	$("#right-container").css("height", $("#left-container").height() + "px");
})