@charset "utf-8";




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

}
#content {
	width: 100%;
	min-width:1100px;
	height:100%;
	min-height: 740px;
	width: expression((document.body.clientWidth < 1102)? "1100px" : "auto");
    height: expression( this.scrollHeight < 742 ? "740px" : "auto" );
}
#header {
	width: 100%;
	height: 120px;
	background-image:url(../none);
	min-width: 1000px;
	margin:0 auto;	
}	

