﻿body
{
    margin: 0px;
    width: 100%;
    border: solid 0px red;
}

#HeaderBackground
{
    background-color: #a08eaf;
    height: 50px;
    padding-top: 10px;
}

#Header
{
	background: url(../Images/Header.gif) top center no-repeat;
	width: 940px;
	height: 91px;
	margin-left: auto;
	margin-right: auto;
}

#SubHeader
{
	background: url(../Images/SubHeader.gif) top center no-repeat;
	width: 940px;
	height: 91px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 75px;
}

#Footer
{
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url(http://media01.isagenix.com/code/img/footerBG.png);
	width: 941px;
	height: 142px;
	margin-left: auto;
	margin-right: auto;
}
#FooterLinks
{
    padding-top: 92px;
    width: 100%;
    text-align: center;
}
.FooterLink
{
    font-family: Verdana, Arial, Tahoma, sans-serif;
    font-size: 11px;
    color: #797979;
    text-decoration: none;
}
#FooterCopyright
{
    width: 100%;
    text-align: center;
}