<script type="text/javascript">
jQuery(window).on('load',function(){
var s = jQuery(window).height();
var n = jQuery("#content").height();
if(n<s-270&&n>0)
jQuery("#content").height(s-270);
});
</script>