$(document).ready(function(){
	var h = $(".mainCon").height();
	$(".menu .con").height(h-60);
})
