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


body{
    margin:0;
    padding:0;
}


#home { 
    background: url(../images/home.jpg) 50% 0 no-repeat fixed; 
    height: 1326px;  
    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/about.jpg) 50% 0 no-repeat fixed; 
    height: 1088px;
    margin: 0 auto; 
    width: 100%; 
    max-width: 1920px; 
    position: relative; 
    box-shadow: 0 0 50px rgba(0,0,0,0.8);
}

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

/* Introduction */

#home article { background: url("../images/logo-white-10px-400px.png") no-repeat scroll center top transparent; height: 358px; position: absolute; text-indent: -9999px; top: 291px; width: 100%; }

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

#nem article { background: url("../images/crispy-fresh-spring-rolls.png") no-repeat scroll center top transparent; min-height: 100px; height: 100x; position: absolute; text-indent: -9999px; top: 461px; width: 100%; }




