@charset "utf-8";
/* CSS Document */

body {
	background:#000;
}
#radarWrap {
	width:420px;
	margin:18% auto 0;
}
#radar{
	position:relative;
	overflow:hidden;
	width:420px;
	height:420px;
	background: #222 url(../images/rader/bg_ladar.png) no-repeat;
	border-radius: 50%;
	background-size: 100%;
}
#rad{
	position:absolute;
	width:420px;
	height:420px;;
}
.obj{
	background:#FFFF00;
	position:absolute;
	border-radius: 50%;
	width:4px; height:4px; margin:-2px;
	box-shadow:0 0 10px 5px rgba(234,255,5,0.9);
	opacity:0;
}
#search {
	width:420px;
	margin:40px auto 0;
}
#search img{
	width:100%;
}
