
var height = screen.availHeight - window.screenTop - 20;
if(height > 768)
    document.body.style.marginTop = (height - 768) / 2;