@font-face {
    font-family: 'Euro-Caps';
    src:url('../fonts/euroCaps.ttf.woff') format('woff'),
    url('../fonts/euroCaps.ttf.svg#Euro-Caps') format('svg'),
    url('../fonts/euroCaps.ttf.eot'),
    url('../fonts/euroCaps.ttf.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    height: 100%;
    min-height: 100%;
    font-family: 'Euro-Caps';
    font-size: 16px;
    line-height: 22px;
}

.container {
    max-width: 640px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    width: 580px;
    margin-bottom: 30px;
}

p {
    font-family: 'Arial';
    text-align: center;
}

a {
    text-decoration: none;
}