.footer {
    background: white;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    //height: 80px;
	padding: 10px;
    //font-size: 15px;
 // font-weight: bold;
  //color: #cdcdcd;
  //text-shadow: 1px 2px 0 #fff;
  //display: inline-block;
    z-index: 1000000;
  	-webkit-box-shadow: -6px black 6px 6px 0;
	   -moz-box-shadow: -6px black 6px 6px 0;
	        box-shadow: -6px black 6px 6px 0;
}  


