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

<!-- scroll no-->
 
#outline {
    height: 100%;
	overflow: auto;
}


<!-- slide style -->

body, html {
	margin:0;
	padding:0;
	}
	
#page_overlay {
	width:100%;
	z-index:2;
	}
	
#page_content {
	/* Display on top of slideshow */
	z-index:2;	
	position:relative; /* This is very important! */
	}
	
img#bg {
		/* Stretch background */
		position:fixed;
		top:0;
		left:0;
		height:100%;
		z-index:0;
	}

