.footer {
  width: 1000px;
  background-image:url('../images/footer/bg.jpg');
  text-align:center;
  font-family: handwritten;
  font-size: 20px;
  font-weight: bold;
  min-height: 210px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer a {
  color: #000000;
  text-decoration: underline;
}
.footer a:hover {
  text-decoration: none;
}
.footer div {
  padding-left: 20px;
  width: 30%;
  float: left;
  
}
.footer div:nth-child(3) {
  padding-top: 60px;  
  background-image: url('../images/logo/logo-male.gif');
  background-position: top center;
  background-repeat: no-repeat;
}
.footer ul {
  padding: 0;
  margin: 0;
}
.footer li {
  list-style-type: none;
  line-height: 30px;
}
.footer li a {
  color: #000000;
  text-decoration: underline;
}
.footer li a:hover {
  text-decoration: none;
}