body {

	font-family: Arial, Helvetica, sans-serif;
	
	font-style: normal;
	line-height: normal;
	
	margin: 0px 0px;
	padding:0px;
}

#wrapper {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	
}

#connect {
	z-index:2;
	position:absolute; 
	height: 20px;
	top:1px;
	right:10px;
	padding:8px;
	
	text-align:right;
	font-size: 11px;
	color:#666;
	
}

#flash {
	z-index:0;
	
	float:left;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:left;
	
	
	
	
	
	
}

