I suppose you don't need to edit main_header.html for putting a CSS background.
I've just taken default CSS file from miniBB, bb_default_style.css, and modified the following:
.gbody{
font-family:'lucida grande',tahoma,verdana,arial,sans-serif;
background:#F9F9F9;
margin-top:0pt;
margin-bottom:10px;
margin-right:0px;
margin-left:0px;
background-image:url('./img/keypwd.gif');
}
It's that easy and 100% works. So I don't get why did you experience some problem, and what did you modified in HTML at the time you don't need to; but it's up to you...