Code:
/*wrappers - page or section containers*/
#mainWrapper {
margin:0 auto;
background:#AD88AD;
color:#000;
text-align:left;
width:920px;
vertical-align:top;
}

#headerWrapper{
margin:0 0 5px;
padding:0;
}

#logoWrapper{
margin: 0 auto;
padding: 0;
background: url(../images/header_bg.jpg);
height:420px;
width:100%;
}
If I go back and replace the 920px with what you had originally of 90%, my logo is off to the left and not to the center. I love the fact that this one was fluid and not fixed but I wanted to center this.

I KNOW how to center logos, I do it all the danged time on vb themes but zen cart has me buffalo'ed!

Somewhere I should be able to tell it to align="center" but I can't figure out where. I've even tried float: center and that didn't work.

Liz