body
{
    background-image:url(kuvat/taustakuva.jpg);
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-color: #ffffff;
/*    text-align: center;*/
}

#grafiikka
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

#content
{
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -412px;
    width: 824px;
}

#teksti
{
    position: absolute;
    top: 293px;
    left: 307px;

    width: 477px;

    color: #494640;

    line-height: 170%;

    font-family: verdana;
    font-size: 72%;
    z-index: 2;
}


#paavalikko
{
    position: absolute;
    top: 228px;
    left: 18px;

    color: #E9EDEE;

    line-height: 170%;
    letter-spacing: -1px;

    font-family: verdana;
    font-size: 12px;
    z-index: 2;
}

.alavalikko
{
    padding-left: 10px;
    padding-bottom: 10px;
    border: 0px;
    display: none;
    color: #9ED4E3;
    font-style: italic;
}


#pikavalikko
{
    position: absolute;
    top: 215px;
    left: 307px;

    color: #676664;

    font-family: verdana;
    font-size: 12px;

    z-index: 2;
}



.paaotsikko
{
    text-decoration: underline;
    font-weight: bold;
}

.alaotsikko
{
    font-weight: bold;
}


.paavalikko a:visited, .paavalikko a:link
{
    color: #E9EDEE;
    text-decoration: none;
}

.paavalikko a:active, .paavalikko a:hover
{
    color: #E9EDEE;
    text-decoration: underline;
}


.alavalikko a:visited, .alavalikko a:link
{
    color: #9ED4E3;
    text-decoration: none;
}

.alavalikko a:active, .alavalikko a:hover
{
    color: #9ED4E3;
    text-decoration: underline;
}


#pikavalikko a:visited, #pikavalikko a:link
{
    color: #676664;
    text-decoration: underline;
}

#pikavalikko a:active, #pikavalikko a:hover
{
    color:#676664;
    text-decoration: underline;
}

#teksti a:visited, #teksti a:link
{
    color:#000000;
    text-decoration: none;
}

#teksti a:active, #teksti a:hover
{
    color:#000000;
    text-decoration: underline;
}