#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: 54px;
	width: 123px;
	height: 71px;
	clip: rect(0 123px 81px 0);
	background-color: #ffffff;
	z-index: 2;
	visibility: hidden;
}
#helpDiv
{
	position: absolute;
	left: 470px;
	top: 54px;
	width: 123px;
	height: 125px;
	clip: rect(0 123px 145px 0);
	background-color: #ffffff;
	z-index: 3;
	visibility: hidden;
}
