html
{
    height: 100%;
}

body
{
    background-color: #df5d22;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

a:link, a:visited, a:active
{
    color: #ffffff;
    text-decoration: none;
}

a:hover
{
    color: #ffffff;
    text-decoration: underline;
}

#index_container
{
    position: relative;
    background-image: url('../images/nnof-home.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 768px;
    width: 960px;
    margin: 0 auto;
}

#index_header_nl
{
    position: absolute;
    top: 112px;
    left: 430px;
    color: #ffffff;
    font-size: 12pt;
    font-weight: bold;
}

#index_header_fr
{
    position: absolute;
    top: 112px;
    left: 481px;
    color: #ffffff;
    font-size: 12pt;
    font-weight: bold;
}

#index_window_top
{
    position: absolute;
    top: 204px;
    left: 434px;
    height: 230px;
    width: 460px;
    overflow: hidden;
}

#index_window_bottom
{
    position: absolute;
    top: 518px;
    left: 434px;
    height: 230px;
    width: 460px;
    overflow: hidden;
}
