html,body{
	height:100%;
}
body{
	color:#FFFF00;
	background-color:#000000;
}
body,table,td,img,form{
	margin:0px;
	padding:0px;
	border:0px;
}
#mainContainer{
	width:100%;
	height:100%;
	
	/* IE7/Mozilla/FF */
	min-width:978px;
	min-height:700px;
	
	/* IE6/Safari */
	/*width:expression( Math.max(document.body.clientWidth,978) + "px" );*/
	height:expression( Math.max(document.body.clientHeight,720) + "px" );
}