@charset "utf-8";




html, body, input, textarea {
    background-color: #FFFFFF;
	margin: 0 0 0 0;
    height:100%;
	

}
#content {
	width: 100%;
	min-width:1000px;
	height:100%;
	min-height: 750px;
	width: expression((document.body.clientWidth < 1002)? "1000px" : "auto");
    height: expression( this.scrollHeight < 752 ? "750px" : "auto" );
}

