/* Fuerza el color de fondo de la cabecera */
header#header {
    background-color: #EBEBEB !important; /* plateado del logo */
}

/* Ajusta también el contenedor del menú */
header#header .navbar {
    background-color: #EBEBEB !important;
}

body {
    background-color: #EBEBEB;
}