Hi, quick question: I'm trying to figure out how to center my content in a browser window, while keeping the width fixed at a certain number of pixels. My site is HotRodKush.com if you want to take a look, right now it's all on the left side. Here's my current CSS for the body and paragraphs: body {width: 775px;margin: 50px;background-color: black;color: #999999;font-family: sans-serif} p {line-height: 125%;margin: 35px;font-size: 14px} Should I just place everything in a table and center-align the table? There's got to be a way to do it in my CSS file though, instead of making tables on all of my pages, no? Thanks, Aaron