* {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    font-size: 12px;
    font-family: Arial;
}

html,body {
    height: 100%;
}

body {
    background: url(../img/gs.jpg) center center no-repeat;
    overflow: hidden;
    text-align: center;
}

h1 {
    display: none
}

#flashContainer {
    width: 100%;
    height: 100%;
}

#distance {
    position: relative;
    width: 1px;
    height: 50%;
    margin-bottom: -260px; /* half of container's height */
    float: left;
}

#page {
    position: relative;
    clear: left;
    width: 740px;
    height: 520px;
    margin: 0 auto;
    text-align: left;
}

#page .flash-required {
    position: absolute;
    top: 240px;
    left: 0;
    color: #FFF;
}

#page .references {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}

#page .references a {
    color: #FFF;
}

#page .imprint {
    position: absolute;
    top: 500px;
    left: 0;
    width: 740px;
    text-align: center;
}