@charset "utf-8";
/**** By Mustafa Mahmoud Shakir ****/
@media only screen and (max-height: 750px) {
	pre {
		line-height: 28px !important;
		font-size: 13.5pt;
		}
	}
	
	@media only screen and (min-height: 750px) {
		pre {
	
			line-height: 31px !important;
			font-size: 15.5pt;
			}
	}

#background_image4 {
	position:fixed ;
	background: url("../images/p17/4.png") no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	z-index: 2;
}
#background_image3 {
	position:fixed ;
	background: url("../images/p17/3.png") no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	z-index: 2;
}
#background_image2 {
	position:fixed ;
	background: url("../images/p17/2.png") no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	z-index: 2;
}
#background_image1 {
	position:fixed ;
	background: url("../images/p17/1.png") no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	z-index: 2;
}	

#Starting {
	position: fixed;

	top: 35%;
		right: 0;
	
	z-index:+11;
opacity: 1;
cursor:pointer;

}