Your background is actually in #headerWrapper, not #logoWrapper. You can position it in the element it occupies now, or move it to #logoWrapper:
Code:
#logoWrapper {
    background-color: transparent;
    height:282px;
	
	}
	
#headerWrapper {
	background-image: url(../images/header_bg.jpg);
    background-repeat: no-repeat;
    background-position: 0 4.5em;
}