#bodyimage{
	background: transparent url(../images/editable_images/image_5b.jpg);
	
/*  ----DON'T EDIT THE CODE BELOW!! THE CODE WORKS IN IOS DEVICES ONLY IN THIS ORDER, INFO HERE: http://css-tricks.com/forums/topic/full-page-backgrounds-on-ios-background-size-cover/page/3/ */
	 background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-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_5.jpg);
	
/*  ----DON'T EDIT THE CODE BELOW!! THE CODE WORKS IN IOS DEVICES ONLY IN THIS ORDER, INFO HERE: http://css-tricks.com/forums/topic/full-page-backgrounds-on-ios-background-size-cover/page/3/ */
	 background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-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;
/* Prevent Webkit text rendering */
 /*-webkit-transform: translateZ(0px);*/  
/*-webkit-transform-style: preserve-3d;*/
/*-webkit-perspective: 1000;
-webkit-transform: translate3d(0, 0, 0);*/
}
