@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	}

img {
	border: none;
	}

#logo {
	width: 517px;
	height: 178px;
	background: url(images/logo.png) center top no-repeat;
	}
	
#nav {
	width: 516px;
	height: 178px;
	background: url(images/nav.png) center top no-repeat;
	}
	
#chamber1 {
	width: 517px;
	height: 302px;
	background: url(images/chamber1.png) center top no-repeat;
	}
	
#chamber1:hover {
	background: url(images/chamber1-hover.png) center top no-repeat;
	}
	
#chamber2 {
	width: 516px;
	height: 302px;
	background: url(images/chamber2.png) center top no-repeat;
	}	
	
#chamber2:hover {
	background: url(images/chamber2-hover.png) center top no-repeat;
	}
	
#chamber3 {
	width: 517px;
	height: 302px;
	background: url(images/chamber3.png) center top no-repeat;
	}
	
#chamber3:hover {
	background: url(images/chamber3-hover.png) center top no-repeat;
	}
	
#chamber4 {
	width: 516px;
	height: 302px;
	background: url(images/chamber4.png) center top no-repeat;
	}
	
#chamber4:hover {
	background: url(images/chamber4-hover.png) center top no-repeat;
	}
	
#poverty {
	width: 780px;
	height: 500px;
	background: url(images/pages/poverty.png)
	}

#human {
	width: 780px;
	height: 500px;
	background: url(images/pages/humantrafficking.png)
	}
	
#water {
	width: 780px;
	height: 500px;
	background: url(images/pages/cleanwater.png)
	}
	
#hero {
	width: 780px;
	height: 500px;
	background: url(images/pages/2nddayheros.png)
	}

#overlay {
	z-index: 10000;
	filter: alpha(opacity=50); /*older IE*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE */
	-moz-opacity: .50; /*older Mozilla*/
	-khtml-opacity: 0.5;   /*older Safari*/
	opacity: 0.5;   /*supported by current Mozilla, Safari, and Opera*/
	background-color:#000000;
	position:fixed; top:0px; left:0px; width:100%; height:100%; text-align:center; vertical-align:middle;
	color:#FFF;
	font-family: "HelveticaNeue-UltraLight";
	font-size:105px
}

.hiddenPic {display:none;}
