Your error is

#mainWrapper {
background-color: #FFFFFF;
text-align: center;
width: 1000px;
vertical-align: top;
}

Your fix is:

#logo {
text-align: center
}