$(document).ready(function(){

	var fullHeight = $(window).height();
	
	$('#contact_section').css("min-height", fullHeight+100);
   
});

