window.onload = function() {
    document.getElementById("main").style.height = document.body.scrollHeight;
};
