﻿*
{
    padding: 0;
    margin: 0;
}


body
{
    background-color: #D7D9E8;
}
#wrapper
{
    position: relative;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: Silver;
}
#header
{
    position: relative;
    width: 800px;
    height: 242px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(Support/bannerGood2.jpg);
    margin-top:10px;
}


#main
{
    position: relative;
    width: 800px;
    top: 0px;
    font-family: Arial;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color: White;
}

#copy
{
    padding-bottom: 25px;
    position: relative;
    text-align: left;
    color: #000066;
    font-family: Arial;
    top: 0px;
    width: 600px;
    left: 42px;
    right: 0px;
    background-color: White;
    padding-left: 50px;
}
#footer
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    height: 50px;
    color: #000066;
    font-size: .8em;
}

#temp
{
    background-color: Yellow;
    height: 50px;
    margin-top: 128px;
}
H2
{
    text-align: center;
    font-size: 1em;
}
HR
{
    color: #6b729c;
    height: 1px;
}
P
{
    margin-top:10px;
    margin-bottom:10px;
}