/**

 * Parallax Scrolling Tutorial

 * For NetTuts+

 *  

 * Author: Mohiuddin Parekh

 *	http://www.mohi.me

 * 	@mohiuddinparekh   

 */





#abt-process { 

	background: url(../images/about-bg.jpg) 50% 0 no-repeat fixed; 

	height: 550px;

	margin: 0 auto; 

    width: 100%;  

    position: relative; 

}





#abt-process article {  position: absolute; top: 50px; width: 100%; }











