a { color:#666; }

.wrapper { width:1191px; height:711px; margin:0 auto; position:relative;background-color:#d1cfcd;}

.layer { width:1280px; height:800px; position:absolute; top:0; left:-50px;background-repeat:no-repeat;}

#container {width:1191px; height:711px; margin:0 auto; position:relative;overflow:hidden;}

#layer1a { background-image: url("../images/layer1a.png");z-index:1;}
#layer1b { background-image: url("../images/layer1b.png");z-index:2;}
#layer2a { background-image: url("../images/layer2a.png");z-index:3;}
#layer2b { background-image: url("../images/layer2b.png");z-index:4;}
#layer4a { background-image: url("../images/layer4a.png");z-index:5;}
#layer4b { background-image: url("../images/layer4b.png");z-index:6;}
#layer5a { background-image: url("../images/layer5a.png");z-index:7;}
#layer5b { background-image: url("../images/layer5b.png");z-index:8;}

#layersky {width:494px;height:230px;background-image: url("../images/clouds.png");z-index:9;margin-top:-300px;}
#layerdeer1 {width:327px;height:314px;background-image: url("../images/deer1.png");z-index:6;top:550px;margin-left:200px;}

#layerdeer2 {width:247px;height:241px;background-image: url("../images/deer2.png");z-index:7;top:540px;margin-left:1000px;}

#layertop { background-image: url("../images/layertop.png");;z-index:10;}

.text {position:absolute;width:300px;margin-left:-150px;left:50%;top:200px;z-index:100;color:#666;display:none;}

.text h1 { font-family: "tamarillo",sans-serif; font-size:50px; font-weight:normal}
.text p {padding-left:115px;}
footer {width:400px;margin:auto;padding-top:30px;padding-bottom:50px;}
/* Print styles!
-------------------------------------------------------------------------------*/
@media print {



}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
	
		
}

@media all and (orientation: portrait) {
	
}

@media all and (orientation: landscape) {
	
}

