

		.maintxt_bold{
			 font-size:12px;
			 font-family:Arial, Helvetica, sans-serif;
		}
		
		/* hide from ie on mac \*/

		#flashcontent {
			height: 100%;
			color:#eee;
		}
		/* end hide */
	

		#content {
			width:980;
			margin:0px;
			padding:3px;
			background-color:#eee;
			}
				
		html, body {
			height: 100%;
			margin:0; padding:0;
			font-family: "Trebuchet MS", Helvetica, sans-serif;
			font-size: 14px;
			
		}
		
		.center {
			position: absolute;
			top:0; right:0; bottom:0; left:0;
			margin: auto;
			
			left:expression(this.parentNode.clientWidth/2 - this.clientWidth/2 + " px");
			top:expression(this.parentNode.clientHeight/2 - this.clientHeight/2 + " px");
				
			width: 60%;
			height: 60%;
			
			overflow: hidden;
			
			padding: 0px;
			background: white;
		}

