@charset "utf-8";
/**** By Mustafa Mahmoud Shakir ****/
@media only screen and (max-height: 750px) {
	pre {
		line-height: 27px !important;
		font-size: 13.5pt;
		}

		#show_pic {
			position:absolute;
			top: 142px;
			z-index: +5;
			left: 30px;
			width: 76px;
		opacity: 0.6;
		cursor:pointer;
			display: none;
		}
	}
	
	@media only screen and (min-height: 750px) {
		pre {
	
			line-height: 31px !important;	
			font-size: 15pt;
			}
			#show_pic{

				position: absolute;
				top: 142px;
				z-index: +5;
				left: 30px;
				width: 96px;
				opacity: 0.6;
				cursor: pointer;
				display: none;
			
			}
	}
#background_image4 {
	position:fixed ;
	background: url("../images/p5/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/p5/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/p5/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/p5/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: absolute;

	top: 7%;
	left: 4%;
	
	z-index:+11;
opacity: 0.4;
cursor:pointer;

}