body {
	margin: 0;
	background-color: #0171CB;
	color: #0171CB;
	font-family: "verdana";
	font-size: 0.6em;
	text-align: center;
}

#detect{
	position: absolute;
	/*border: 1px solid #000;*/
	width: 500px;
	height: 361px;
	top: 50%;
	left: 50%;
	margin: -180px 0 0 -250px; 
}



#flash_main{
	position: absolute;
	/*border: 1px solid #000;*/
	width: 980px;
	height: 520px;
	top: 50%;
	left: 50%;
	margin: -260px 0 0 -490px;
}

