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


body{
	margin:0;
	padding:0;
}

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

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

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

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

/* Introduction */
#home1 article { background: url("../images/intro66.png") no-repeat scroll center top transparent; height: 458px; position: absolute; text-indent: -9999px; top: 230px; width: 100%; }

#home article { background: url("../images/intro22.png") no-repeat scroll center top transparent; height: 458px; position: absolute; text-indent: -9999px; top: 230px; width: 100%; }

#about article { background: url("../images/png23.png") no-repeat scroll center top transparent; height: 458px; position: absolute; text-indent: -9999px; top: 230px; width: 100%; }

#footer article { background: url("../images/intro5.png") no-repeat scroll center top transparent; height: 458px; position: absolute; text-indent: -9999px; top: 230px; width: 100%; }


