IL suffit de déclarer ta deuxième feuille CSS dans ta page après la déclaration du Bootstrap de cette manière :
<link rel="stylesheet" href="bootstrap.css" />
<link rel="stylesheet" href="style.css" />
Et quand dans style.css tu ré-écris la règle du background :
body{
background: #000000;
}
Celle-ci sera prise en compte.