@media screen and (min-width:767px ) {  
footer{
	     width: 100%;
    height: 80px;
    text-align: center;
    margin: 0 auto;
    clear: left;
    color: #555555;
    background-color: #e2e2e2;
    padding: 20px 0;
    margin-top: 30px;
}
  
  
footer p{
	width: auto;
	margin:10px auto;
}
footer a{
text-decoration: none;
color:#666;
}
}
@media screen and (max-width:766px ) {
footer{
	  width: 100%;
	  height:80px;
	 text-align: center;
	  margin:0 auto;
	  
  }
#footer{

clear:left;
text-align:center;
}
footer p{
	width: auto;
	margin:10px auto;
}
footer a{
text-decoration: none;
color:#666;
}
}