﻿body 
{
    background-image: url('../imgs/bg.gif');
    background-repeat: repeat-x;
    background-color: #30A6E4;
    margin-top: 2px;
    margin-left: 5px;
}
#header 
{
    color: White;
    font-family: Tahoma, Calibri, Century Gothic;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 16pt;
    padding-left: 5px;
    padding-top: 5px;
}
#comingsoon
{
    color: OrangeRed;
    font-family: Calibri, Arial;
    font-size: 12pt;
    font-style: italic;
    font-weight: bold;
}
#footer
{
    color: Black;
    font-size: 6pt;
    font-family: Tahoma, Arial;
    letter-spacing: 1px;
    position: absolute;
    bottom: 0px;
    height: 20px;
    width: 100%;
}