Blank at bottom of checkout page on large monitors

So I have a black background on my site. When I go to checkout using my large monitor (1600x1200 resolution) there is a large white strip that goes about a 1/4 up the screen at the bottom of the page. It seems that the container just cuts off at some point so it doesn’t go all the way to the bottom.



It’s not that big of a deal but it doesn’t look the best on a large monitors. It is barely seen at 1024 height. But if anyone knows of a quick fix I’d like to do it.

From the looks of things, if you add:



body {
background-color:#000000;
}




Everything should be fine.



Brandon

Well that was an easy fix alright.



Thanks again Brandon.