.bodyimage {
	background: url(../images/editable_images/big_image_12b.jpg) no-repeat center top;
	/*  ----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: 100%;
        width: 100%;
        position: fixed;
        background-position: center top;
        background-repeat: no-repeat;
	    top: 0;
	z-index: -1;
}
.body_image{
	background: transparent url(../images/editable_images/big_image_12.jpg) no-repeat center top;
/*  ----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: 100%;
        width: 100%;
        position: fixed;
	    top: 0;
	z-index: -1;
}
#swap_image { top: 0px !important; }