Hi woodyf4u,
You can try the following CSS code:
body {
background: linear-gradient(180deg, rgba(71, 147, 212, 1) 0%, rgba(255, 255, 255, 1) 100%) fixed;
}
/**Background for header + footer**/
#fds-toolbar, .navbar-default, footer {
background-color: #f5f5f5 !important;
}