//on ready
jQuery(document).ready(function(){
	var contentSize = $("#content").height();
	$("#menuSpacer").css("height", contentSize-400);
//end on ready
});