﻿html
{
    height: 100%;
    padding: 0px;
}

body 
{
    height: 100%;
    padding: 0px;
    background-color: #667BC6;
}

.header
{
    background: #667BC6;
    height: 45px !important;
}

.content
{
    background-color: #FFE6BF;
}

.footer
{
    height: 15px !important;
    background: #667BC6;
    text-align: center;
    color: #FFCE7F;
    font-weight: bold;

}

.time
{
    text-align: right;
    color: #FFCE7F;
    font-weight: bold;
}

.spanbottom
{
    text-align: bottom;
    display: block;
}
