﻿BODY, HTML, FORM
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #808080;
    font-family: Georgia,"Nimbus Roman No9 L",serif;
	font-size: 12px;
	color: #FFFFFF;
}

#FlashPanel
{
    position: absolute;
}
#FlashBG
{
    background: #808080 none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
}