On 8/18/07, Mitch <[EMAIL PROTECTED]> wrote: > > I am pretty sure I can get the outdiv to float in the center of the page, > I just > have to remember how to do it. >
I believe this is what you're looking for:
body {
position: relative;
margin-left: auto;
margin-right: auto;
width: 797px;
}
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com

