style.css line 1240, replace .alt-bg with the following:
.alt-bg {
margin: 40px 0;
margin-left: -180px;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 200px;
padding-right: 200px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
}
Let me know if that fixes it.
– Ed