IE 6 not showing h1 background color

Hey, so, yea, ie6 doesnt like giving h1’s background colors, i absolutely need to do it this way for this new project i’m workin on



#sidebar h1
{
    font-size: 12px;
    color: #ffffff;
    background-color: #333333;
    padding: 7px 0px 5px 20px;
    margin: 0px;
}


Any thoughts or emotions?