#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: 220px;
	top: 54px;
	width: 130px;
	height: 150px;
	clip: rect(0 130px 150px 0);
	background-color: #ffffff;
	z-index: 1;
	visibility: hidden;
}
#profileDiv
{
	position: absolute;
	left: 330px;
	top: 35px;
	width: 123px;
	height: 71px;
	clip: rect(0 123px 71px 0);
	background-color: #ffffff;
	z-index: 2;
	visibility: hidden;
}

#profileDivHome
{
	position: absolute;
	left: 465px;
	top: 35px;
	width: 123px;
	height: 50px;
	clip: rect(0 123px 50px 0);
	background-color: #ffffff;
	z-index: 2;
	visibility: hidden;
}

#helpDivHome
{
	position: absolute;
	left: 625px;
	top: 35px;
	width: 123px;
	height: 90px;
	clip: rect(0 123px 90px 0);
	background-color: #ffffff;
	z-index: 3;
	visibility: hidden;
}


#helpDiv
{
	position: absolute;
	left: 450px;
	top: 30px;
	width: 130px;
	height: 68px;
	clip: rect(0 130px 68px 0);
	background-color: #ffffff;
	z-index: 3;
	visibility: hidden;
}

