.MainScrollingDiv
{
	OVERFLOW-Y: scroll; 
	OVERFLOW-X: hidden; 
	overflow: auto;
}

#mainDiv
{
	height:100%;
	width:100%;
}