#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;
}

#bodyimage4 {
	display: none;
}

#vignetting {
	display: none;
}

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