.wrap { }
.element {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 355px;
}
html, body, .wrap {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  color: #2C2C28;
  font-family: "Verdana";
  background: #FFFFFF;
}
.element {
  font-size: 18px;
  font-weight: bold;
  padding: 0px;
}
.email, .mobile, .vat {
    font-size: 14px;
    line-height: 1.5em;
}
.email {
  padding-top: 1em;
}
.contactdetails {
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.5em;
}
a:link {
  color: #2C2C28;
  text-decoration: none;
}
a:visited {
  color: #2C2C28;
  text-decoration: none;
}
a:hover {
  color: #2C2C28;
  text-decoration: none;
}
a:active {
  color: #2C2C28;
  text-decoration: none;
}
.logo {
  width: 355px;
  height: 105px;
  background-image: url("logo_355_105.png");
}
.contact {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 3px solid #2C2C28;
}