﻿body
{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    background-color: Black;
    font-family: "Bookman Old Style";
    color: White;
}
h1
{
    font-size: 18px;
}
img
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 23px;
    height: 18px;
}
#center
{
    position: absolute;
    top: 50%;
    left: 50%;
}
#header
{
    position: fixed;
    top: 0px;
    width: 980px;
    height: 40px;
    background-color: Black;
    background-repeat: no-repeat;
    background-image: url( 'Images/Header.jpg' );
    padding-top: 127px;
    z-index: 3;
}
#header a
{
    font-family: "Bookman Old Style";
    font-weight: bold;
    color: White;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
}
#header a:link, #header a:visited
{
    text-decoration: none;
}
#header a:hover, #header .heading
{
    font-size: 20px;
    font-weight: bold;
}
#main
{
    position: absolute;
    width: 980px;
    top: 170px;
    padding-left: 10px;
    font-family: "Bookman Old Style";
    color: White;
    font-size: 14px;
    font-weight: lighter;
    list-style-image: url(Images/Asterix.JPG);
    z-index: 1;
}
#main a:link, #main a:visited
{
    font-family: "Bookman Old Style";
    color: White;
    font-weight: bold;
    text-decoration: underline;
    font-size: 16px;
}

