body{
  padding-top: 5.7%;
  background-color: black;
  background-attachment:fixed;
  background-image: url(../images/background.png);
  background-repeat: no-repeat;
  background-position: 50% 15%;
  background-size: 100% 100%;
  color: white;
  }

logo{
  position: fixed;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -100%);
  }

div{
  position: absolute;
  font-family: Microsoft Yi Baiti;
  font-size: 200%;
  font-weight: lighter;
}

#construction{
  position: absolute;
  top: 40%;
  left: 18%;
}

#construction p{
  font-family: Microsoft Yi Baiti;
  font-size: 200%;
  font-weight: lighter;
  line-height: 20%;
  text-align: center;
  white-space: nowrap;
}

#block{
  position:absolute;
  top: 30%;
  left: 27%;
  width: 51%;
}

#lettings{
float:left;
}

#development{
  float:right;
}

a {
  color: white;
  text-decoration:none;
}

a:hover{
  font-weight: bold;
}

a:visited{
  color:white;
}

footer{
  font-family: Microsoft Yi Baiti;
  width: 75%;
  color:white;
  margin-right:auto;
  margin-left:auto;
}

div#bottomline{
    position: fixed;
    bottom: 0%;
    left:12.5%;
    margin: 0;
    background: linear-gradient(to right, rgb(255, 131, 0), black);
    width: 75%;
    height: 5%;
}

#facelogo{
    padding-right: 5%;
    padding-top: 0.3%;
    float: right;
}