.footer
{
  clear: both;
  text-align: center;
}

.footer ul li
{
  display: inline;
  list-style-type: none;
  margin-right: 10px;
}

.footer img
{
  vertical-align: middle;
}

.footer a, .footer a:visited
{
  color: #FFF;
  text-decoration: none;  
}

.footer a:hover
{
  color: #FFF;	
  text-decoration: underline;
}

.footer ul
{
  width: 100%;
  margin: auto 0 15px auto;
}

