@charset "UTF-8";
/* CSS Document */
html{
	height:100%;
	width:100%;
}
body{
	margin:0;
	padding:0;
		height:100%;
	width:100%;
}
#info{
	position:absolute;
	top:0px;
	left:0px;
	
	z-index:20;

	
}
#flash{
height:100%;
	width:100%;
}
#ie{
	position:relative;
	top:0;
	left:0;
	z-index:3;
	height:100%;
	width:100%;
}

img{
	border:0;	
}
