@font-face {
    font-family: 'test';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/raleway-regular-webfont-eot.eot') format('embedded-opentype'),
         url('fonts/raleway-regular-webfont-woff2.woff2') format('woff2'),
         url('fonts/raleway-regular-webfont-woff.woff') format('woff'),
         url('fonts/raleway-regular-webfont-ttf.ttf') format('truetype');
}

.tacho {
    position: relative;
    height: 200px;
    width: 200px;
    z-index: 1000;
    background: url("gear_200px.jpg");
    margin: 0 auto;
    border-radius: 50%;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center center;
    top: -25px;
}

body {
    margin: 0;
    font-family: 'test', helvetica, sans-serif;
    position: relative;
}

.box {
    width: 100%;
    height: 150px;
    top: 70px;
    position: relative;
    padding: 0;
    background: #89e872;
}

.intro {
    text-align: center;
    top: 30px;
    position: relative;
    text-transform: uppercase;
}

.maintenance {
    position: fixed;
    bottom: 60px;
    margin: 0 auto;
    width: 100%;
}

.maintenance img {
    width: 800px;
}
img {
    display: block;
    margin: 0 auto;
}
