/**
 * Parallax Scrolling Tutorial
 * For NetTuts+
 *  
 * Author: Mohiuddin Parekh
 *	http://www.mohi.me
 * 	@mohiuddinparekh   
 */





#hist { 
	background: url(0002.jpg) 50% 0 no-repeat fixed; 
	height: 700px;  
	margin: 0 auto; 
    width: 100%; 
    max-width: 1920px; 
    position: relative; 
    box-shadow: 0 0 0px rgba(0,0,0,0.8);
}



#about { 
	background: url(000.jpg) 50% 0 no-repeat fixed; 
	height: 700px;
	margin: 0 auto; 
    width: 100%; 
    max-width: 1920px; 
    position: relative; 
    box-shadow: 0 0 0px rgba(0,0,0,0.8);
overflow: hidden;
}

#zal { 
	background: url(03.jpg) 50% 0 no-repeat fixed; 
	height: 600px;
	margin: 0 auto; 
    width: 100%; 
    max-width: 1920px; 
    position: relative; 
    box-shadow: 0 0 0px rgba(0,0,0,0.8);
overflow: hidden;
}




/* Introduction */

#hist article { background: url("../images/parallax.png") no-repeat scroll center top transparent; 
height: 288px; 
position: absolute; 
background-color:rgba(0,0,0,.4); 
text-align: center;
text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
filter: Shadow(Color=#000000, Direction=45, Strength=4);
font: 24px ALSSchlangesans, Tahoma, Arial;
COLOR: #ffffff;
padding: 40px;
top: 140px; 
width: 100%; 
margin:auto;
}

#about article { background: url("../images/parallax.png") no-repeat scroll center top transparent; 
height: 258px; 
position: absolute; 
background-color:rgba(0,0,0,.0); 
text-align: center;
padding: 20px;
top: 20px; 
width: 100%; 
margin:auto;
}


#about .text { 
font: 24px ALSSchlangesans, Tahoma, Arial;
COLOR: #ffffff;
background-color:rgba(0,0,0,.3); 
height: auto; 
max-width: 1200px; 
display: inline-block;
padding: 45px;
}


#zal article { background: url("../images/parallax.png") no-repeat scroll center top transparent; 
height: 358px; 
position: absolute; 
background-color:rgba(0,0,0,.0); 
text-align: center;
padding: 40px;
top: 110px; 
width: 100%; 
margin:auto;
}


#zal .text { 
font: 24px ALSSchlangesans, Tahoma, Arial;
COLOR: #ffffff;
text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
filter: Shadow(Color=#000000, Direction=45, Strength=4);
background-color:rgba(0,0,0,.3); 
height: auto; 
max-width: 1200px; 
display: inline-block;
padding: 45px;
}



