/* Module Background 
 ========================================================================== */

.top-a-outer,.top-b-outer,.top-c-outer,.bottom-a-outer,.bottom-b-outer,.bottom-c-outer {
	width:100%;
}

.top-b-outer {
	background: url() no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}
.top-c-outer {
	background:#fff url(../../images/noise.png); 
}
.bottom-a-outer {
	background:#fff url(../../images/noise.png); 
}

.bottom-b-outer {
	background: url(../../images/grey.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


/* Main Outer Background 
 ========================================================================== */
.main-outer {
	background: url() no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width:100%;

}
