img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
		}
		
		@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
		}
		
		#page-wrap { position: relative; width: 400px; margin: 50px auto; padding: 20px; background: rgba(0, 0, 0, -0.0);
			           -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black; }
			           
		p { font: 15px/2 American Typewriter, Serif; font-weight: bold; margin: 0 0 30px 0; text-indent: 0px; color: yellow}
		
		pw { font: 15px/2 American Typewriter, Serif; font-weight: bold; margin: 0 0 30px 0; text-indent: 0px; color: white}
		
		A { text-decoration:none; font: 15px/2 American Typewriter, Serif; font-weight: bold; margin: 0 0 30px 0; text-indent: 0px; color: white}
		
		For {text-decoration:none; font: 20px/2 American Typewriter, Serif; margin: 0 0 30px 0; text-indent: 0px; color: blue}
		
		#slideshow { 
    margin: 50px auto; 
    position: relative; 
    width: 200px; 
    height: 355px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}

		#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}