﻿html, body
{
    color: #c9321d;
    margin: 0px;
    padding: 0px;
}
img
{
    border: none;
}
.divCenterBlock
{
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: black;
}
.YellowBanner
{
    background-color: #ffff66;
    width: 893px;
    height: 90px;
    z-index: 5;
    position: absolute;
    top: 0px;
    left: 0px;
    border-bottom: black solid;
    border-left: black solid;
    border-top: black solid;
    border-right: black solid;
}



