﻿#container {width: 100%; /*min-width: 900px;*/ padding-top: 359px; position: relative;}
#logo {background: url(../images/spritely_logo.png) 0 0 no-repeat; width: 378px; height: 121px; position: absolute; top: 7px; left: 30px; z-index: 1900; 	text-indent: -9999px;}
#logo a {/*display: block; width: 378px; height: 121px;*/}

.stage {position: absolute; top: 0; left: 0; width: 100%; /*min-width: 900px;*/ height:100%; overflow: hidden;}
#stage {top: 0px; left: 0px; z-index:0;}
#hill1 {background: transparent url(../images/timline.jpg) 0 top repeat-x;}

@media only screen and (max-width: 736px){
.stage {position:relative; height:300px;}
#hill1 {background-size:cover;}
}
@media only screen and (max-width: 640px){
.stage {position:relative; height:300px; top:0px;}
/*#hill1 {background-size:cover;}*/
}

@media only screen and (max-width: 480px){
.stage {height:200px; top:33px;}


}










