body{
 padding: 0px;
 margin: 0px;
 font-family: Verdana,Arial,Helvetica,sans-serif;
}
	div#Sky{
	 height: 400px;
	 width: 100%;
	 background-image: url("../images/Sky_1.jpg");
	 background-repeat: repeat-x;
	 position: relative;
	}
		div#Sky div#Location{
		 width: 100%;
		 height: 20px;
		 text-align: left;
		 font-size: 11px;
		 color: white;
		}
			div#Sky div#Location span.info{
			 font-size: 9px;
			}
		div#Sky duiv#Sun{
		 position: relative;
		 width: 100%;
		 height: 380px;
		}
		div#Sky div#Grass{
		 position: absolute;
		 bottom: 0px;
		 width: 100%;
		 height: 52px;
		 background-image: url("../images/grass.png");
		 background-repeat: repeat-x;
		}
	div#Division{
	 height: 8px;
	 width: 100%;
	 background-image: url("../images/shadow.jpg");
	}

