@charset "UTF-8";
.Footer {
	                bottom: 0;
	                position: fixed;
                 	height: 40px;
	                width: 100%;
                	text-align: center;
                   color: #f8f8ff;
                   font-size:1.2em;
                   line-height: 1.4;
                   background: -moz-linear-gradient(top,rgba(236, 243, 255,0.3),rgba(221, 231, 254,1)); /* Firefoxç”¨ */
                   background:      -o-linear-gradient(rgba(236, 243, 255,0.3),rgba(221, 231, 254,1)); /* Opera */
                 	 background:        -webkit-gradient(linear,left top,left bottom,from(rgba(236, 243, 255,0.3)),to(rgba(221, 231, 254,1))); /* Safari,Google Chromeç”¨ */
                 	 background:           linear-gradient(to bottom,rgba(236, 243, 255,0.3),rgba(221, 231, 254,1));
									 text-shadow: 1px 1px 0px #131010,
																				 1px 5px 10px rgba(0,0,0,0.15),
																				 1px 15px 2px rgba(0,0,0,0.1),
																				 1px 25px 10px rgba(0,0,0,0.1);
}
