$(document).ready(function(){
    h = $(".main").height();
    if($(".mainIn").height()<h) $(".mainIn").height(h-171);
});
