
html, body
{
        background-color: #000000;
        color: #000000;
        font: 0.9em arial;
        margin-top: 0px;
}



#website
{
        position: absolute;
        left: 50%;

        margin: 0px;
        padding: 0px;
        margin-left: -500px;
        padding-bottom: 30px;

        visibility: visible;
}

#loading
{
        position: absolute;
        left: 50%;

        top: 200px;

        margin: 0px;
        padding: 0px;
        margin-left: -50px;
        padding-bottom: 30px;

        width: 100px;
        overflow: hidden;

        visibility: visible;
}

#upper
{
                position: relative;
                height: 100px;

                margin: 0px;
                padding: 0px;
                margin-bottom: 0px;

                background-image: url('img/logo.png');
                background-repeat: no-repeat;
}

#title
{
                position: relative;
                left: 280px;
                top: 20px;

                position: relative;
                font: 17px arial;
                font-weight: bold;
                color: #8D8D8D;
}

#menu
{
                position: relative;
                left: 280px;
                top: 40px;
                width: 750px;
}
        #menu a
        {
                font: 14px arial;
                font-weight: bold;
                text-transform: uppercase;
                color: #ffffff;
                text-decoration: none;
        }
        #menu a:hover
        {
                color: #029BE1;
        }

        .splitter
        {
                font: 13px arial;
                font-weight: bold;
                color: #ffffff;
                text-decoration: none;

                margin-left: 5px;
                margin-right: 5px;
        }
#content
{
        position: relative;
}