jQuery(document).ready(function() {
	
var odH = $(".outerDiv").height();

if (odH != null) {
	$("#contentBkg").height(odH + 30);
}


	
});
