I'm creating a webpage that has a central zone of 800px. If the resolution is greater "sidebars" will be presented in another color. I have this code:
body {
width: 800px;
height: auto;
...
}
I wish that when the content was very small the central zone extends until the end of the page. What is the best way to do this?