﻿body 
{
    width:100%;
    height:100%;
    margin-top:15px;
    padding:0;
    background-color:#B9B9B9;
    font-size:16px;
    color:white;
}
.header
{
    height:100px;
    background-color:#004894;
    }
.header img
{
    margin-top:11px;
    }    
.headerText
{
    margin-top:35px;
    font-family:Verdana;
    font-size:xx-large;
    float:right;
    }  
#waiting > img
{
    width:75px;
    } 
.content
{
    margin-top:25px;
    }    
.center
{
    width:320px;
    display:block;
    margin:0 auto;
    font-size:14pt;
    }    