footer header div img{
position: fixed;
min-width:100%;
min-height:100%;
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
top:50%;
left:50%;
transform:translateX(-50%) translateY(-50%);
z-index: -1;

}
