.motto{
  transition: all 1s linear 0s;
}
.motto:hover{
  color: #f60;
  text-indent:24px;
}

#home{
  position:static;
}
#footer{
  display:none;
}
.page-footer{
  width: 950px;
  height: auto;
  margin: auto;
  border: none;
  padding: 30px 0 30px 0;
  background: none;
  color: #666;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}
.page-footer .link ul{
  overflow: auto;
}
.page-footer .link ul li{
  float:left;
  margin-right:10px;
}
.page-footer .copyright{
  margin-top:20px;
  text-align:center;
}