.TableAlign{ 
	width: 100%;
	height: 100%;
	width:expression(document.body.clientWidth > 1004? "1004px": "auto" );
	height:expression(document.body.clientHeight > 596? "596px": "auto" );
	max-width: 1004px;  
	max-height: 596px;
	background-color: #1C223F;
}