#bodyimage3{
	background: transparent url(../images/elements/blank.gif) repeat center center;	
        height: 100%;
        width: 100%;
        position: absolute;
	    top: 0;
		transition: all 0s linear !important;
	    -moz-transition: all 0s linear !important;
	    -webkit-transition: all 0s linear !important;
	    -o-transition: all 0s linear !important;
}
#bodyimage4{ display: none; }
#vignetting{ display: none; }

#bodyimage3{
-webkit-backface-visibility: hidden;
/* Prevent Webkit text rendering */
 /*-webkit-transform: translateZ(0px);*/  
/*-webkit-transform-style: preserve-3d;*/
/*-webkit-perspective: 1000;
-webkit-transform: translate3d(0, 0, 0);*/
}