﻿body 
{
    background-color: Black;
    color: White;
    text-align: center;
}

#Header
{
    position: absolute;
    background-color: White;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    font-family: Verdana;
    text-align: right;
    font-size: xx-large;
    color: Black;
}

#HeaderTable
{
    width: 100%;
    height: 100%;
}

#Language
{
    text-align: center;
    width: 100%;
    padding-top: 60px;
}

#Seperator
{
    width: 100%;
    height: 100px;
}

a
{
    color: White;
}