#blankDiv
{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    clip: rect(0 0 0 0);
    z-index: 0;
    visibility: hidden;
}
#insideDiv
{
    position: absolute;
    /*left: 800px; */
    top: 64px;
    width: 150px;
    height: 160px;
    clip: rect(0 123 135 0);
    background-color: #666666;
    z-index: 1;
    visibility: hidden;
}

#profileDiv
{
    position: absolute;
    /*left: 765px;*/ /*MY PROFILE on shopper_update.aspx */
    top: 92px;
    width: 125px;
    height: 81px;
    clip: rect(0 125 81 0);
    background-color: #666666;
    z-index: 2;
    visibility: hidden;
}

#profileDivHome
{
    position: absolute;
    /*left: 760px;*/ /*MY PROFILE on home.aspx when logged in*/
    top: 92px;
    width: 125px;
    height: 81px;
    clip: rect(0 125 81 0);
    background-color: #666666;
    z-index: 2;
    visibility: hidden;
}

#helpDivHome
{
    position: absolute;
    /*left: 890px;*/ /*HELP on home.aspx*/
    top: 92px;
    width: 125px;
    height: 100px;
    clip: rect(0 125 145 0);
    background-color: #666666;
    z-index: 3;
    visibility: hidden;
}

#helpDiv
{
    position: absolute;
    /*left: 910px;*/ /*HELP on help.aspx*/
    top: 92px;
    width: 125px;
    height: 170px;
    clip: rect(0 125 145 0);
    background-color: #666666;
    z-index: 3;
    visibility: hidden;
}

#helpDivGom, #helpAdminDivGom
{
    position: absolute;
    /*left: 500px;*/
    top: 64px;
    width: 123px;
    height: 120px;
    clip: rect(0 123 145 0);
    background-color: #666666;
    z-index: 3;
    visibility: hidden;
}