/* hide from ie on mac \*/
html{
	/*height: 100%;*/
	overflow: visible;
}
#flash{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
}
/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family:"Lucida Console",Consolas,"Lucida Sans","Lucinda Grande CE",Tahoma,Geneva,Kalimati,sans-serif;
	overflow: hidden;
}
iframe{
	border:0px solid yellow;
	width:1px;
	height:1px;
	position:absolute;
	left:400px;
	top:730px;
	/*width:100px;*/
	/*height:100px;*/
}
#main, #signup{
	background-position:top center;
	background-repeat:no-repeat;
	color:#ffffff;
	margin-top:0px;
	position:absolute;
	width:100%;
	padding: 0px;
	margin: 0px;
}
#flash{
	z-index:10;
}
#main_inner_text{
	text-align:left;
	color:#5fe9e8;
	font-size:small;
	font-weight:bold;
	position:absolute;
	top:150px;
	left:390px;
	width:380px;
}
#main_inner_text a{
	color:#ffffff;
}


















