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:980px;
	min-height:768px;
	
	/* IE6/Safari */
	width:expression( Math.max(document.body.clientWidth,980) + "px" );
	height:expression( Math.max(document.body.clientHeight,768) + "px" );
}
