a:active, a:link, a:visited, a:hover {
    color: #b0c25f;
    text-decoration: none;
}

#main-container {
    position: absolute;
    top: 15%;
}

#header {
    text-align: center;
}

#header a:active, #header a:link, #header a:visited, #header a:hover {
    color: #b0c25f;
    font-weight: bold;
    text-decoration: none;
    font-size: 30px;
}

#header a:hover {
    color: #99a952;
}

#description {
    color: #484848;
    font-size: 25px;
}

#logo {
    background-image: url(../images/wasabiii-logo.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 202px;
    height: 42px;
}

#content {
    text-align: center;
    height: 500px;
}

#content-about, #content-credits, #content-contact {
    color: #484848;
    padding-left: 30px;
    height: 500px;
}

.about-reasons {
    font-size: 20px;
    margin-bottom: 6px;
}

#sub-content {
    color: #99a952;
}

#sub-content a:active, #sub-content a:link, #sub-content a:visited{
    color: #99a952;
    text-decoration: none;
}

#footer {
    padding-top: 20px;
    text-align: center;
}