html {
	cursor: url(imagens/mata_mosquito.png) 30 30, auto;
}

body {
	background-image: url(imagens/bg.jpg);
	background-repeat: no-repeat;
}

.mosquito1 {
	width: 50px;
	height: 50px;
}

.mosquito2 {
	width: 70px;
	height: 70px;
}

.mosquito3 {
	width: 90px;
	height: 90px;
}

.joaninha1 {
	width: 75px;
	height: 75px;
}

.joaninha2 {
	width: 100px;
	height: 100px;
}

.joaninha3 {
	width: 110px;
	height: 110px;
}

.gafanhoto1 {
	width: 100px;
	height: 100px;
}

.gafanhoto2 {
	width: 120px;
	height: 120px;
}

.gafanhoto3 {
	width: 150px;
	height: 150px;
}

.borboleta1 {
	width: 90px;
	height: 90px;
}

.borboleta2 {
	width: 100px;
	height: 100px;
}

.borboleta3 {
	width: 120px;
	height: 120px;
}

.ladoA {
	transform: scaleX(1);
}

.ladoB {
	transform: scaleX(-1);
}

.painel {
	position: absolute;
	width: 190px;
	padding: 10px;
	left: 0px;
	bottom: 0px;
	border-topo:solid 1px #fff;
	background-color: #fff;
	opacity: 0.7
}

.vidas {
	float: left;
}

.cronometro {
	float: left;
	font-size: 20px;
	font-weight: bold;
}

.regras {

	float: right;
	font-size: 200%;
	text-decoration: none;
	margin-right: 5%;
	margin-top: 5%;

}