@import 'webfonts/museo_500/stylesheet.css';
@import 'webfonts/museo_700/stylesheet.css';

	.story{
	    margin: 0 auto;
	    min-width: 980px;
	    width: 980px;
	}

	#intro {
		background:url(../img/slide-start/start_slide_bg.jpg) 50% 0 no-repeat fixed;
		height: 800px;
		-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        box-shadow:inset 0px 10px 10px rgba(0,0,0,0.3);
	}
	

	
/*	
	#page1 {
	    background: url(../img/slide1/slide1_layer2.png), url(../img/slide1/slide1_layer1.png), url(../img/slide1/slide1_bg.jpg);
	    background-position: 50% 100%, 50% 100%, 50% 10%;
	    background-color: #d4f8ff;
	    background-repeat: repeat-x, repeat-x, no-repeat;
	    color: white;
		height: 800px;
		padding: 20px 0 0 0;
	    
	} */

	ul {
		list-style-type:none;
		margin:0;
		padding:0;

	}
	
	li {
		float:left;
	}
	a:link,a:visited {
		display:block;
		font-weight:bold;
		padding-top:8px;
		margin-left: 20px;
		text-decoration:none;
		text-transform:uppercase;
	}
	a:hover,a:active {
		background: url(../img/common_elements/white_cloud_hover.png);
	}
	
	#page1 {
	    background: url(../img/slide1/slide1_bg.jpg);
	    background-position:50% 10%;
	    background-color: #d4f8ff;
	    background-repeat: no-repeat;
	    color: #2d8c9e;
		height: 800px;
		width: 100%;
		padding: 10px 0 0 0;
	    
	}
	
	
	#page1 .layer1 {
	    background: url(../img/slide1/slide1_layer1.png);
	    background-position: 50% 75%;
	    background-repeat: repeat-x;
	    color: #2d8c9e;
		height: 800px;
		padding: 5px 0 0 0;
	    
	}
	
	#page1 .layer2 {
	    background: url(../img/slide1/slide1_layer2.png);
	    background-position: 50% 102%;
	    background-repeat: repeat-x;
	    color: #2d8c9e;
		height: 800px;
		padding: 5px 0 0 0;
	    
	}
	
	#page1 .slide1Clouds {
	    
	}
	
	.pagedivder {
		background-color: #fff;
		height: 200px;
	}
	
	
	#page2 {
	    background:url(../img/slide2/slide2_bg.jpg);
	    background-position:50% 10%;
	    background-color: #ed1c24;
	    background-repeat:no-repeat;
	    color: white;
		height: 900px;
		padding: 10px 0 0 0;
	    
	}
	
	#page2 .layer1 {
	    background: url(../img/slide2/slide2_layer1.png);
	    background-position: 50% 100%;
	    background-repeat: repeat-x;
	    color: white;
		height: 800px;
		padding: 5px 0 0 0;
	    
	}
	
	#page2 .layer2 {
	    background: url(../img/slide2/slide2_layer2.png);
	    background-position: 50% 100%;
	    background-repeat: repeat-x;
	    color: white;
		height: 800px;
		padding: 5px 0 0 0;
	    
	}
	
	/*
	#page2 {
		background: url(../../archive/92613/assets/img/slide02/slide_02_bg.jpg) 50% 0 no-repeat;
		color: white;
		height: 1850px;
		padding: 100px 0 0 0;	
	} */
	
	
	
	