* {
  margin: 0;
  padding: 0;
  border: none;
}

body, html {
  width: 100%;
  height: 100%;
}

body {
  background: #f4f0ed;
}

a {
  outline: none;
}

#holder {
  position: relative;
  width: 100%;
  height: 500px; 
  text-align: center;
  background: #fff;
}

#holder #logo {
  position:relative;
  margin-top: 0px;
}

#holder #contact {
  position: absolute;
  bottom: 21px;
  width: 100%;
}
