﻿$(document).ready(function() {
    $("#footer").height(document.documentElement.clientHeight-$("#wrapper").height()+80);
})