		/* hide from ie on mac \*/
		html
		{
			margin:   0;
			padding:  0;
			height:   100%;
			overflow: hidden;
		}
		
		#flashContent
		{
			height: 100%;
		}
#flashContent .noflash {
	color: #000;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #f4ead1;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 326px;
	margin-top: -200px;
	margin-left: -150px;
	padding-top: 78px;
	padding-right: 58px;
	padding-left: 50px;
	}
.noflash h2 {
	display: none;
	}

.small {
	color: #371810;
	font-size: 11px;
	}
a:link, a:visited {
	color: #88a45e;
	}

/* end hide */
	
		body
		{
	color: #fff;
	height:           100%;
	margin:           0;
	padding:          0;
	background-color: #371810;
	}
div.note {
	color: #000;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #f4ead1;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: -250px;
	position: absolute;
	top: 20px;
	left: 50%;
	width: 400px;
	padding: 50px;
	}

