﻿.NoCatContentScroll
{
	width: 100%; 
	overflow: auto;
	height: 100%;
	height:expression(document.body.offsetHeight - 74 + 'px');
}
