Css background and height:auto

.body_content{
background-image: url(…/images/repeat.gif);
width: 750px;
background-repeat:repeat-x;
height: 440px;
}
if i put height auto in here the graphic is lost?
it is in safari anyway.