body { /* works */

	background-image:url('v-texture-bg.jpg');

}

#footer {
   position:fixed;
   left:0px;
   bottom:-1px;
   height:250px;
   width:100%;
   /* background:#999; */
    background-image: url('yaki-corner2.png');
    background-repeat: no-repeat;
}

/* IE 6 */
* html #footer {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}

#centeredImage {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  margin-top: -50px;
  margin-left: -150px;

}

#centeredImages {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -(300/2)px;
    margin-top: -(71/2)px;
}

