@charset "utf-8";
/* CSS Document */
	    #scrollUp {
		  bottom: 0;
		  right: 20px;
		  padding: 5px 6px 2px 6px;
		  background: rgba(242,80,34,0.7);
		  color: #FFF;
		  text-shadow:1px 1px 1px #222;
		  transition: background-color 0.5s, color 0.5s, text-shadow 0.5s;
		  border-radius:3px 3px 0 0;
		}
	    #scrollUp:hover {
			text-decoration:none;
			background-color:rgba(242,80,34,0.9);
			color:#FFF;
			text-shadow:1px 1px 1px #222;
		}

