	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
		color: #c0c0c0;
	}
	#flashcontent h1 {
  font-size: 24px;
  color:#a0a0a0;
  }
  	#flashcontent h2 {
  font-size: 16px;
  color:#a0a0a0;
  }
  	#flashcontent a {color: #c0c0c0;}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #ffffff;
		text-align: center;
	}
