html, body, dl, dt, dd, table, th, td, form, fieldset, p { margin: 0; padding: 0; }
img, fieldset, object { border: 0; }

body{ 
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;	
	line-height: 1.5em;	
	color: #666666;
	height: 100%;
	width: 100%;
	margin: 0;
	overflow: auto;
}
#ct {

}
div.minimum_size {
	/* for mozilla */
	min-width: 996px;
	min-height: 630px;
	width: 100%;
	height: 100%;

	/* for IE */
	width:  expression( Math.max(document.body.clientWidth,980) + "px" );
	height: expression( Math.max(document.body.clientHeight,620) + "px" );
}
