/* hide from ie on mac \*/
html {
/*	height: 100%;   */
/*	overflow: hidden; */

}

#flashcontent {
/*	height: 100%; */
	position:absolute;
	top:2px;
	left:2px;
	
}
.text {
	font-family:verdana,Helvetica,sans-serif;
	font-size:12px;
	left:350px;
	line-height:18px;
	position:absolute;
	top:365px;
	width:636px;		
}

*+html .text{ /*IE7 */
	top:375px;
}

* html .text{ /*IE6 */
	top:375px;
}


.text a, a:visited {
	color: black;
}
/* end hide */

body {
/*	height: 100%; */
	margin: 0;
	padding: 0;
	background-color: #fff;

}
