try putting the page in a <p> and write css for that <p>
Code:
p.blah
{
text-align: center;
}
or,
something like...
Code:
div.body
{
width: 1000px;
margin: 0 auto 0 auto;
}
where the body is in a div w/ class "body"
^^^my site uses the latter...
__________________
That's a PEBKAC problem. (Problem Exists Between Keyboard And Chair)
^Yea, I never run into those...