Hello
Would you like to have a background to your header at all times instead of just after scrolling (After_scroll.png)?
To do so you can add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
#container_header {
background-color: #282f39;
}
Ciarán