In the CSS for my web site, I have specfied the height as 800px, width as 1050px and the background-color to blue for the body tag.
The entire application (width and height) should be this size.
But if the current application is viewed on a monitor whose dimensions are larger (EG, 1440x900), we see white space towards the left and right sides of the page.
I need to specify the entire width and height of the application to the blue color, with no white space at either edge.
How can I accomplish this?