#bodyimage3{
	background: transparent url(../images/transparent_textures/texture_6.png) repeat 50% 0;	
        height: 150%;
        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;
	    background-attachment: scroll !important;
}
#bodyimage4{
	background: transparent url(../images/transparent_textures/texture_6b.png) repeat 50% 0;	
        height: 150%;
        width: 100%;
        position: fixed;
	    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;
	    
	    background-attachment: fixed !important;
}

#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);*/
}