html{
	height: 2000px;

		background-color:#000000;
		background-image: url('../img/background.png');
		background-repeat: no-repeat;
		background-position: bottom;
		/*background-attachment: fixed;*/
		
}
.tryit{

	color:#FF9000;
	position:fixed;
	bottom:0px;
}
#background{
	position: absolute;
	left: 0px;
	width: 100%;
}

#bigStars{
	z-index: 3;
	position: fixed;
	left: 2px; /* align left edge with center of viewport */
	top: 300px;
	width: 940px;
	margin-left: -80px; 
}	
	#bigStar1 {
		position: absolute;
		top: 211px;
		left: 155px;
		}
		#bigStar2 {
		position: absolute;
		top: 311px;
		left: 755px;
		}
		#bigStar3 {
		position: absolute;
		top: 951px;
		left: 625px;
		}
		#bigStar4 {
		position: absolute;
		top: 331px;
		left: 555px;
		}
		#bigStar5 {
		position: absolute;
		top: 1051px;
		left: 125px;
		}

#smallStars{
	z-index: 4;
	position: fixed;
	left: 10px; /* align left edge with center of viewport */
	top: 300px;
	width: 940px;
	margin-left: -50px; 

}
	#smallStar1 {
		position: absolute;
		top: 211px;
		left: 55px;
		}
		#smallStar2 {
		position: absolute;
		top: 151px;
		left: 455px;
		}
		#smallStar3 {
		position: absolute;
		top: 611px;
		left: 655px;
		}
		#smallStar4 {
		position: absolute;
		top: 511px;
		left: 795px;
		}
		#smallStar5 {
		position: absolute;
		top: 911px;
		left: 395px;
		}
	