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

#countdowncaption {
	position:absolute;
	left:470px;
	top:7px;
	height:35px;
	width:50px;
	font-size:0.8em;
	color:#fff;
	text-align:right;
}

#countdown {
	position:absolute;
	left:530px;
	top:5px;
	color:#fff;
	line-height:1em;
	font-size:11px;
}

	#countdownspot {
		padding:3px 0 3px 0;
		height:26px;
		clear:both;
		border:1px solid #968259;
	}

	.countdown_section {
		display:block;
		float:left;
		width:30px;
		margin:4px 3px 0 3px;
		text-align:center;
	}
	
	.countdown_amount {
		font-size:18px;
		font-weight:bold;
	}
	
	
	
	
	
	#maingraphicwrapper {
		position:relative;
		width:1099px;
		height:188px;
		margin:0 auto;
		background-image:url(../images/home_stagebg.jpg);
	}
	
		#squirreltop {
			position:absolute;
			left:885px;
			top:-82px;
			width:140px;
			height:82px;
			background-image:url(../images/squirreltop.png);
		}
		
		#windmill1 {
			position:absolute;
			left:742px;
			top:95px;
		}
		
		#windmill2 {
			position:absolute;
			left:798px;
			top:83px;
		}
		
		#windmill3 {
			position:absolute;
			left:760px;
			top:45px;
		}
		
		
		
		
		#bird {
			position:absolute;
			left:10px;
			top:48px;
			background-image:url(../images/birdflight.png);
			background-position:left top;
			width:43px;
			height:45px;
			z-index:120;
		}
		
			#bird.down {
				background-position:left bottom;
			}
			
			
		#bear {
			position:relative;
			margin-left:-30px;
			margin-top:30px;
		}
		
		
		body.js #storytellers a { /* Hide the graphic at the top of the screen if javascript is active */
			top:-500px;
		}
		