#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: 280px;
	top: 64px;
	width: 150px;
	height: 160px;
	clip: rect(0 123 135 0);
	background-color: #666666;
	z-index: 1;
	visibility: hidden;
}
#profileDiv
{
	position: absolute;
	left: 390px;
	top: 64px;
	width: 123px;
	height: 81px;
	clip: rect(0 123 81 0);
	background-color: #666666;
	z-index: 2;
	visibility: hidden;
}
#helpDiv
{
	position: absolute;
	left: 500px;
	top: 64px;
	width: 123px;
	height: 145px;
	clip: rect(0 123 145 0);
	background-color: #666666;
	z-index: 3;
	visibility: hidden;
}
