#menuTop
{
    position: relative;
    margin: 5px auto 0px auto;
    height: 17px;
    width: 900px;
    z-index: 0;
}
#menuBody
{
    position: relative;
    margin: 0px auto 0px auto;
    background: url('/images/pageMenuWhole.png');
    height: 66px;
    width: 900px;
    z-index: 0;    
}
#menuTabs
{
    position: absolute;
    margin: 42px 0px 0px 100px;
    background: url('/images/menuTabs.png');
    height: 23px;
    width: 461px;
    z-index: 0;   
}
#contentTop
{
    position: relative;
    margin: 0px auto 0px auto;
    height: 23px;
    width: 900px;
    z-index: 0;
}
#content
{
    position: relative;
    margin: 0px auto 0px auto;
    width: 900px;
    z-index: 1;
}
#contentBody
{
    position: relative;
    float: left;
    background: url('/images/pageContentBack.png');
    margin: 0px;
    height: 100%;
    width: 900px;
    z-index: 0;
}
#contentBottom
{
    position: relative;
    float:left;
    margin: 0px auto 0px auto;
    height: 15px;
    width: 900px;
    z-index: 0;
}
#copyright
{
    position: relative;
    float: left;
    margin: 0px auto 0px auto;
    height: 15px;
    width: 900px;
    text-align: center;
    z-index: 0;
}