I FINALLY got my header to be centered, with no repeat but I can only do this if my settings are set on auto instead of width: 80%

#logoWrapper{
background-image: url(../images/header_bg.jpg);
background-repeat: no-repeat;
background-position: center;
background-color: #885A42;
height:139px;
margin: auto;
}

What am I missing???

www.pieceinthehoop.com is the site I'm currently working on