/* 
    Document   : zg-bg-styles
    Created on : Nov 28, 2013, 2:56:39 PM
    Author     : Eric
    Description:
	Very basic styles to ensure page content appears above the background overlays.
*/

.site { 
	position: relative;
	z-index: 2;
}


.zg-bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height : 100%;
}
#overlay-1 {
	z-index : 0;
	opacity : 0.5;
}
#overlay-2 {
	z-index : 1;
	opacity : 0;
}