Just replace your #headerContent styles with this
#headerContent {
width:1200px;
height:220px;
background:#1a7fb7 url('../images/header-bg.jpg') center no-repeat;
}
Width:1200px? Bad idea, this means that most visitors will not be able to see your whole site as 1024px is still the most common monitor width.