html , body{
	width:980px;
	margin:0 auto;
}
#container{	
	width:99%;
}
.sky{
	width:100%;
	height:50%;
	background-image:-webkit-gradient(linear, 4% 0%, 5% 85%, from(#111), to(#506387), color-stop(.6,#3F3560));
}
.sky-middle{
	width:968px;
	height:50%;
	background-image:-webkit-gradient(radial, -100 150, 175, 300 175, 40, from(#470705), to(#506387), color-stop(.4,#3F3560));
	opacity:.2;
	position:absolute;
}
.sky-upper{
	width:100%;
	height:100%;
	background-image:-webkit-gradient(radial, 350 350, 0, 425 -225, 450, from(#470705), to(#506387), color-stop(0,#3F3560));
	opacity:.3;
}
.blue-orange{
	height: 100px;
	width: 100%;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#506387), to(#A81C1C), color-stop(.6,#A4502A));
}
.orange-red{
	height: 200px;
	width: 100%;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#A81C1C), to(#5C3939), color-stop(.6,#5C3838));
}
.sun{
	width:200px;
	margin-top:-250px;
	margin-left:49%;
	height:60px;
	overflow:hidden;
	z-index:10000;
	
}
.innerSunClass{
	border:medium none;
	height:100px;
	width:100px;
	margin-top:15px;
	margin-left:15px;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#A81C1C), color-stop(.4,#A81C1C));
	-webkit-border-radius:50px;
}
