body
{
    margin: 0 0 0 0;
    background-image: url(/images/imgBackgroundTop.jpg);
    background-repeat: repeat;
    font-family: Verdana;
    font-size: small;
    color: #ffffff;
}
#MasterBottom
{
    /* MasterBottom for the gradient background */
    width: 100%;
    background-image: url(/images/imgBackgroundBottom.jpg);
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    height: 330px;
    z-index: 0;
}
a.Header
{
    color: #ffffff;
    text-decoration: none;
}
a:hover.Header
{
    color: #ffffff;
    text-decoration: underline;
}

#ContentBox
{
    /* Contentbox for the navigation buttons */
    margin: 0 auto;
    top: 200px;
    position: relative;
    width: 900px;
    height: 400px;
    z-index: 1;
}
#SiteButtons
{
    width: 900px;
}
td.SiteButton
{
    width: 300px;
    height: 200px;
    vertical-align: middle;
    text-align: center;
}
a.SiteButton
{
    border: none;
}
img.SiteButton
{
    border: none;
}
td.Header
{
    padding-right: 10px;
}