body {
	width:1024px;
	height: 3200px;
	background:#D8E8ED; 
	margin: auto auto; 
	font-family: 'Fugaz One', cursive;
	
	
	}

#page-wrap{
box-shadow: -5px -5px 15px #888888;
moz-box-shadow: -5px -5px 15px #888888;
}

#header {
	position:fixed;
	
	}

.nav {
	display: inline-block;
}
	
.button:hover{
opacity: 0.8;
}
	
	
#page1 {
	background-image: url("../images/landing.jpg");
	height:800px;	
	}
	
#page2 {
overflow: auto;
overflow-y:hidden;
	height:800px;
background: #d1a64c;
background: -moz-linear-gradient(top,  #d1a64c 0%, #dab668 11%, #f0dea7 42%, #6da6d6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1a64c), color-stop(11%,#dab668), color-stop(42%,#f0dea7), color-stop(100%,#6da6d6));
background: -webkit-linear-gradient(top,  #d1a64c 0%,#dab668 11%,#f0dea7 42%,#6da6d6 100%);
background: -o-linear-gradient(top,  #d1a64c 0%,#dab668 11%,#f0dea7 42%,#6da6d6 100%);
background: -ms-linear-gradient(top,  #d1a64c 0%,#dab668 11%,#f0dea7 42%,#6da6d6 100%);
background: linear-gradient(to bottom,  #d1a64c 0%,#dab668 11%,#f0dea7 42%,#6da6d6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1a64c', endColorstr='#6da6d6',GradientType=0 );

	}
	
#page3 {
overflow: auto;
overflow-y:hidden;
	height:800px;
	background: #6da6d6;
background: -moz-linear-gradient(top,  #6da6d6 0%, #96cecc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6da6d6), color-stop(100%,#96cecc));
background: -webkit-linear-gradient(top,  #6da6d6 0%,#96cecc 100%);
background: -o-linear-gradient(top,  #6da6d6 0%,#96cecc 100%);
background: -ms-linear-gradient(top,  #6da6d6 0%,#96cecc 100%);
background: linear-gradient(to bottom,  #6da6d6 0%,#96cecc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6da6d6', endColorstr='#96cecc',GradientType=0 );

	}
#page4 {
overflow: auto;
overflow-y:hidden;
	height:800px;
	background: #96cecc;
background: -moz-linear-gradient(top,  #96cecc 0%, #2ab6b1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96cecc), color-stop(100%,#2ab6b1));
background: -webkit-linear-gradient(top,  #96cecc 0%,#2ab6b1 100%);
background: -o-linear-gradient(top,  #96cecc 0%,#2ab6b1 100%);
background: -ms-linear-gradient(top,  #96cecc 0%,#2ab6b1 100%);
background: linear-gradient(to bottom,  #96cecc 0%,#2ab6b1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96cecc', endColorstr='#2ab6b1',GradientType=0 );
	}
#pad{
padding-top: 110px;
}

