html {
  background: url(../img/icc-logo.gif) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.main {
  position: fixed;
   top: 90%;
   left: 50%;
   margin-top: -50px;
   margin-left: -180px;
}
.text  {
  text-align: center;
  font-size: 20px;
font-family: "Open Sans";
font-weight: bold;
text-transform: uppercase;
  }
  .text > a {
    color: black;
    }
