$(document).ready(function(){
	$("div[@class=drop-shadow]").each(function(e){
		$(this).height($("div[@id=borwell-content]").height());
	});
});