#bg{
	width: 100%;
	height: 100%;
	background-image: url(../img/background.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0px;
	position: fixed;
}
.movePar{
	width: 6px;
	height: 6px;
	position: absolute;
	border-radius: 6px;
	z-index: 1;
}
.clickPar{
	width: 30px;
	height: 30px;
	position: absolute;
	border-radius: 15px;
	opacity: 0.75;
	z-index: 2;
}
.autoPar{
	width: 30px;
	height: 30px;
	position: absolute;
	background-image: url(../img/star.png);
	background-size: cover;
	opacity: 0.75;
	z-index: 3;
}