html
{
	
}

body
{

}

table#main
{
	height: 100%;
	width: 100%;
	table-layout: fixed;
}

table#main td
{
	xbackground-color: black;
}

table#main tr.head td
{
	height: 95px;
}

table#main .menu
{
	xwidth: 300px;
}

table#main tr.middle td
{
	margin: 2px;
}

div.cell_main_content
{	
	overflow: hidden;
	xoverflow-x: auto;
	
	overflow-y: scroll;
	_overflow-y: auto;
	
	height: 100%;
	width: 100%;
}

table#main tr.foot
{
	height: 1px;
}
