html,body{
	width:100%;
	height:100%;
}
body{
	color:#ffffff;
	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:620px;
	/* IE6/Safari */
	height:expression( Math.max(document.body.clientHeight,620) + "px" );
}

#defaultContent{
	width:100%;
	height:100%;
}

