Is this a fixed width site - if so then give your wrapper a width (which will also pull things together)
Code:
.wrapper {
margin : 0px auto;
width: 991px; /* used because that is the width of your background image */
}
Apart from that - what else is wrong?