#bodyimage3, #bodyimage4 {
	display: none;
}

#vignetting {
	background: transparent url(../images/transparent_textures/vignetting_white.png) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	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;
	display: block;
}