html, body { width: 100%; height: 100%; }
body {
    position: absolute;
    margin: 0px;
    padding: 0px;
    background-color: #000;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    /*font-variant: small-caps;*/
    text-transform: uppercase;
}
a { color: #dc0018; text-decoration: none; }
a:hover { text-decoration: underline; }

#main-container {
    position: absolute;
    width: 750px;
    height: 583px;
    top: 50%;
    left: 50%;
    margin-top: -291px;
    margin-left: -375px;
    background-color: transparent;
    background-image: url(../images/01_intro.png);
    background-position: left top;
    background-repeat: no-repeat;
}
#content {
    position: absolute;
    width: 500px;
    height: 70px;
    top: 320px;
    left: 115px;
    background-color: transparent;
    text-align: center;
    font-weight: bold;
}
.intro-link {
    display: block;
    position: absolute;
    width: 280px;
    height: 80px;
    top: 222px;
    background-color: transparent;
}
.left-link { left: 60px; }
.right-link { right: 86px; }
.intro-link-add {
    display: block;
    position: absolute;
    background-color: transparent;
    top: 404px;
    height: 66px;
}
.add-link-1 { width: 67px; left: 184px; }
.add-link-2 { width: 66px; left: 267px; }
.add-link-3 { width: 69px; left: 348px; }
.add-link-4 { width: 133px; left: 432px; }

