﻿        html
        {
            height: 98%;
        }
        body
        {
            background-color: #28397c;
            color: #ffffff;
            background-repeat: no-repeat;
            font-family: Arial;
            font-size: 0.9em;
            position: absolute;
            margin-top: 5px;
            width: 75%;
            height: 80%;
            background-attachment:fixed;
            background-position:-2px 0;
        }
        .image
        {
            z-index: -100;
            position: absolute;
            top: 10px;
            left: -11px;
        }
        .divLinks
        {
            position: relative;
            text-align: right;
            z-index: 1;
        }
        .ulSideLinks
        {
            position: absolute;
            left: 135px;
            top: 130px;
        }
        .liSideLinks
        {
            position: relative;
            font-size: 1.1em;
            font-weight: bold;
            padding: 10px;
            list-style: none;
        }.liSideLinks A:Link, .liSideLinks A:Visited, .liSideLinks, .liSideLinks A:Active, .liSideLinks A:Hover
        {
            color: #FFFFFF;
            display: block;
            text-decoration: none;
        }
        .divContent
        {
            position: absolute;
            top: 140px;
            left: 400px;
        }
        .divContent A:Link, .divContent A:Visited, .divContent, .divContent A:Active, .divContent A:Hover
        {
            color: #FFFFFF;
            display: block;
            text-decoration: none;
        }

