Code:
#header {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/header_pic.jpg) no-repeat scroll 479px 57px;
float:right;
height:319px;
position:relative;
width:961px;
}
I think this is the second time you've had a problem due to putting incorrect/too large height in your css.