$(document).ready(function() {
	$("#main2,#myApp").css({height: $(window).height()+400-($("#innercontainer1").height()+$("#topnavigation").height()+$("#footer").height()+175)});
});

$(window).resize(function() {
	$("#main2,#myApp").css({height: $(window).height()-($("#innercontainer1").height()+$("#topnavigation").height()+$("#footer").height()+175)});
});
