#bodyimage {
	background: transparent url(../images/editable_images/image_1b.jpg);
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	height: 120%;
	width: 100%;
	position: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	top: 0;
}

#bodyimage2 {
	background: transparent url(../images/editable_images/image_1.jpg);
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	height: 120%;
	width: 100%;
	position: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	top: 0;
}

#bodyimage, #bodyimage2 {
	-webkit-backface-visibility: hidden;
}