/* CSS Document */
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

#frame {
	margin-left: auto;
	margin-right: auto;
	max-width: 750px;
	min-width: 600px;
	min-height: 400px;
	background-color:#FFFFCC;
	width: expression(((document.body.clientWidth)) < 600? "600px": ((document.body.clientWidth)) > 750? "750px": "auto" );
}

/*start iemac hide\*/ 
* html #frame{ 
	height:400px; 
} 
/*end iemachide*/
