#bodyimage2{
	background: transparent url(../images/transparent_textures/gradient_1.png) no-repeat center top;
	
/*  ----DON'T EDIT THE CODE BELOW!! THE CODE WORKS IN IOS DEVICES ONLY IN THIS ORDER  */
	 background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        height: 120%;
        width: 100%;
        position: fixed;
	     top: 0;
}