If you go to Appearance >> Backgrounds >> you can remove the background image which should expose your background colour to be like your top.
However, you will still need to add some custom css to remove the bottom border that splits the screen because it will take the top border colour at the same time.
#page-top-bg {
bottom-border: none;
}