body {
    background-color: #000000;
    background-image: url("/img/background_site.jpg");
}

/* gerais do index.html */
#title {
    position: absolute;
    width: 496px;
    height: 47px;
    z-index: 1;
    left: 44px;
    top: 43px;
}

#options {
    position: absolute;
    width: 496px;
    height: 183px;
    z-index: 2;
    left: 43px;
    top: 106px;
}

/* específicos do index.html */
.title-text {
    text-align: center;
    font-size: 32px;
    color: #FFFFFF;
}

.option-item {
    text-align: center;
    font-family: "Grandiflora One", sans-serif;
    font-size: 18px;
    color: #FFFFFF;
}

.link-text {
    text-decoration: none;
    color: #FFFFFF;
}