@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: normal;
  src: url('https://aegeanautocenter.com/img/Ubuntu.eot');
  src: local('Ubuntu'), url('https://aegeanautocenter.com/img/Ubuntu.woff') format('woff');
}

html {
    height: 100%;
}

body {
    background-color: #FFFFFF;
    font-family: Ubuntu, Verdana, Helvetica, Arial, sans-serif;
    font-size: 85%;
    padding: 0;
    margin: 0;
    height: 100%;
    transform-style: preserve-3d;
}

.bodydiv {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    min-height: 442px;
    padding-bottom: 53px;
}

.footerdiv {
    display: table-cell;
    vertical-align: bottom;
    font-family: Verdana, sans-serif;
    background-color: #FFFFFF;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 0.75em;
    font-weight: bold;
}
