﻿html, body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	width:100%;
	margin:0px; 
	padding:0px;
}

#SpiderDivHolder
{
	overflow:hidden;
	position:absolute;
	z-index:1000000;
}
#SpiderdivMenu
{
	float:left;
	width:13px;
	height:598px;
	position:relative;
	z-index:1000001;
}
#SpiderdivContent
{
	visibility:hidden;
	float:left;
	overflow-x:hidden;
	overflow-y:auto;
	overflow:auto;
	position:relative;
	width:auto;
	height:100%;
	z-index:1000001;
}

