If anybody has a template set to go full screen, it has been brought to my attention, about the new uber wide screen monitors (which are becoming more and more popular) you need to set the max-width for the site so that it doesn't look totally weird as it gets spread across the screen.

Open style.css and add to custom-doc class:

Code:
max-width:1024px;

or whatever you want the max width to be...1024 x 768 seems to be popular these days so I suggest 1024px.