Fixed. The theme was picking up the home page’s background color for the header, while the pages using Background Manager were functioning properly. To fix the issue I needed to define the header:
#header {
background-color: #d1c0c7;
width: 90%;
padding-left: 5%;
padding-right: 5%;
}