If you look at this wiki here, you will see that I have fixed the width of the content, header etc. to be a constant fixed width.
Now, what I'd like to do is have the entire thing "float" in the center of the window if the browser window is stretched extremely wide (you need a large monitor to test this).
Try as I may, I cannot find any way to do this! I thought to use the body tag in the CSS, or the id #html-body, but align:center doesn't do anything and I can't find anything that does.
Anyone have any ideas on how to do this? Thanks…