body {
    margin: 0;
    background: url(//splash.unoeuro.com/background.png) top repeat-x #ffffff;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: small;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.180392);
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url('//static.unoeuro.com/css/fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('//static.unoeuro.com/css/fonts/OpenSans-Semibold.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('//static.unoeuro.com/css/fonts/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url('//static.unoeuro.com/css/fonts/OpenSans-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url('//static.unoeuro.com/css/fonts/OpenSans-Light.ttf') format('truetype');
}

A, A:active, A:visited {
    color: #fff;
    text-decoration: none;
}

A:hover {
    color: #fff;
    text-decoration: none;
}

img {
    border: 0;
    margin-top: -10px;
}

#content {
    margin-top: 250px;
    text-align: center;
}

#tagline {
    color: #fff;
    font-size: x-large;
    margin: 0;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#helpline {
    font-weight: bold;
    color: #fff;
    font-size: medium;
    margin-top: 40px;
}

#footer {
    font-weight: bold;
    color: #fff;
    bottom: 0;

}

#helpline A {
    text-decoration: underline;
}

@media only screen and (max-device-width: 480px) {
    #content {
        margin-top: 200px;
    }
}