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

/*<style type="text/css" media="screen">*/
			/* I wanted to center my loader */
			#cycle-loader {
				height:32px;
				left:50%;
				margin:-8px 0 0 -8px;
				position:absolute;
				top:50%;
				width:32px;
				z-index:999;
			}
			
			/*I want to avoid jumpiness as the JS loads, so I initially hide my cycle*/
			#maximage {
	display: none;/* Only use this if you fade it in again after the images load */
	position: fixed !important;
	z-index: -1;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
			}
			
			/*Set my gradient above all images*/
			#gradient {
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
			}
			
		
.yellow_w {
	color: #ffd675;
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	margin-top: 30px;
	margin-bottom: 30px;
	font-style: italic;
	word-spacing: 1px;
}

			.light-text {color:#ddd;text-shadow: 0 1px 0 #666;}
			.smaller-text {font-size:30px;}
			.youtube-video, video {
				left:0;
				position:absolute;
				top:0;
			}
