$(function() {

	
	// round corners for plans
	$('.planBox').corner("round"); //.corner("round 8px");

	var minHeight = ($(document).height()-240);
	var contHeight=$("#middleContent .content").height();
	$("#middleContent .content").css("min-height", minHeight + 'px');	

});
