html{
  background:url('../images/index.jpg') no-repeat center center;
  position: relative;
  min-height:100%;
  background-size:cover;
}
body{
  min-height:100%;
  background: none;
}
main .container{
  margin-top: 220px;
  text-align: center;
  font-family: FuturaLT-Light;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
}
main .container .logo-aec{
  width: 122px;
  height: 100px;
  margin-bottom: 20px;
}
main .container .logo-date{
  font-size: 14px;
}
@media (max-width: 767px) {
  main .container{
    margin-top: 100px;
  }
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  padding-top: 17px;
  color: #fff;
  background: rgb(0,0,0); /* Fall-back for browsers that don't support rgba */
  background: rgba(0,0,0,.55);
}
.footer a,.footer a:visited,.footer a:focus{
  color: #fff;
}
.footer .logo-mac{
  font-family: FuturaLT-Light;
  font-size: 16px;
  margin-bottom: 10px;
}
.footer .logo-mac img{
  width: 45px;
  height: 26px;
  margin-right: 10px;
}
.footer .links{
  margin-top: 3px;
}
@media (max-width: 767px) {
  .footer{
    height: 110px;
    text-align: center;
  }
  .footer .logo-mac{
    float: none !important;
  }
  .footer .links{
    float: none !important;
  }
}