@font-face {
    font-family: 'EurostileLTStd';
    src: url('EurostileLTStd.otf');
}

@font-face {
    font-family: 'EurostileLTStd-Bold';
    src: url('EurostileLTStd-Bold.otf');
}

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'EurostileLTStd', sans-serif;
    font-size: 24px;
    line-height: 30px;
    overflow: hidden;
    width: 1280px;
    height: 720px;
    color: #e5e5e5;
    background: #2e3536; /* Old browsers */
    background: -moz-linear-gradient(top,  #2e3536 0%, #232929 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #2e3536 0%,#232929 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #2e3536 0%,#232929 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#Logo {
    position: absolute;
    top: 110px;
    left: 351px;
    width: 578px;
    height: 360px;
    background: transparent url('../img/logo_foxxum.png') 0px 0px no-repeat;
}

#Message {
    position: absolute;
    top: 460px;
    left: 0px;
    width: 1280px;
    height: 200px;
    text-align: center;
}

.bold {
    font-family: 'EurostileLTStd-Bold', sans-serif;
    font-size: 28px;
}

#Button {
    position: absolute;
    top: 370px;
    left: 527px;
    height: 86px;
    width: 226px;
    background: transparent url('../img/button_sprite.png') -226px 0px no-repeat;
    text-decoration: none;
    color: #e5e5e5;
    padding-top: 34px;
    text-align: center;
}

