﻿$(window).bind("load", function() {
    $("#page").css("visibility", "visible");
    $("#page1").css("background-color", "transparent");
    var height = $(document).height();
    height = height;
    $("#footer").css("visibility", "visible");
    $("#footerdiv").css("top", height);
    $("#footerdiv").css("margin-top", 0);

    if (screen.availWidth < 1263) {
        $("body").css("overflow-x", "visible");
    }
});
