.footer {
			margin:auto; 
            width:100%; 
            max-width:300px;
            bottom: 0;
            background: rgba(255, 255, 255, 0.4); 
            color:#202020;
            font-size:12px;
            border-top:1px solid #ffffff;
            text-decoration: none!important;
            text-align:center;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
		}
		.footer a{
            color:#202020;
            font-size:12px;
            text-decoration: none!important;
            text-align:center;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
		}
		.footer a:hover{
            color:#00A8A8;
            font-size:12px;
		}