I want to make a website with a css based layout. I want it to be able to be stretched as much as you want, and not stop growing like it would if you put the whole thing in <div style="width: 760px"> tags. However, I don't want it to be possible to make the page insanely skinny, I want it to start scrolling at a certain point. The only way I could think to do this is with a tiny stretched image, but that seams messy and hackish. Is there a better way?