Thanks! It worked like a charm!

For anyone else wanting to try this out, I just dropped it into the following entry in my stylesheet.css

Code:
}

#mainWrapper {
text-align: left;
vertical-align: top;
width:70%; /* sets the width of the store */
min-width:950px;
background-color:#252525; /* gives the store a grey background */
}

-M