#bodyimage2{
	background: transparent url(../../images/elements/corner_big.png) no-repeat left bottom;
	
/*  ----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;
	
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";  
	filter: alpha(opacity=20);
	opacity: 0.2;	
}

#ex1full:after{
	content:"";
	width: 256px;
	height: 256px;
	position: absolute;
	display: block;
	top: 0;
	right: 0;
		background: transparent url(../../images/elements/corner_column.png) no-repeat top right;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";  
	filter: alpha(opacity=60);
	opacity: 0.6;		
}