// JavaScript Document
function bs800600 () {
  if (screen.height  < 800) {
      document.getElementById("body1").style.top = 0;
      document.getElementById("body1").style.marginTop = 0;
   }
  if (screen.width  < 1000) {
      document.getElementById("body1").style.left = 0;
      document.getElementById("body1").style.marginLeft = 0;
   }
 }