I am trying to create a div that covers 100% of the screen height, with a table at the top and white space below it for an image. However, when I add the image, it ends up directly under the table instead of at the bottom of the DIV. I have searched on Google and tried various solutions like setting display:block, margin:0 auto, and bototm:0px but nothing seems to work. Does anyone have any suggestions? Thank you.