body, html, div, img { margin: 0; padding: 0; border: 0; }
body, html { height: 100%; }
body { background-color: #000000; color: white; }
#divDistance { height: 50%; margin-bottom: -375px; /* T'was half the container size*/ float: left;/*T'was, in conjunction with the "clear: left" below, to make top left corner of the container div alwais visible */ }
#divFlash { width: 1100px; height: 750px; margin: 0 auto; clear: left; /* T'was the "clear left" mentioned above */  }