#bodyimage3 {
	background: transparent url(../images/transparent_textures/texture_1.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;
	background-attachment: scroll !important;
}

#bodyimage4 {
	background: transparent url(../images/transparent_textures/texture_1b.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;
	background-attachment: fixed !important;
}

#vignetting {
	display: none;
}

#bodyimage3 {
	-webkit-backface-visibility: hidden;
}