body {
	margin: 0;
	background-color: white;
	overflow: auto;
}
a {
	outline:none;
}
#tiki {
	width: 100%;
	height: 100%;
	
	/* for mozilla */
	min-width: 1000px;
	min-height: 590px;
	/* for IE */
	width:  expression( Math.max(document.body.clientWidth,1000) + "px" );
	height:  expression( Math.max(document.body.clientHeight,590) + "px" );
}
img {
	border: 0;
}
#flashinstall {
	width: 100%;
	height: 230px;
	background: url(../img/noflash-bg.jpg) repeat-x;
	text-align: center;
}
#xitimg {
	position: absolute;
	top: -10px;
}
#textoTiki {
	display:none;
}
h1 {
	text-indent:-9999px;
	display:block;
	position:absolute;
}
