html{
	cursor: url(../images/baguette4.png) 20 20, auto;

   background: url(../images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}
}

body{
}

.fly1{
	width: 60px;
	height: 60px;
}

.fly2{
	width: 80px;
	height: 80px;
}

.fly3{
	width: 100px;
	height: 100px;
}

.sideA{
	transform: scaleX(1);
}

.sideB{
	transform: scaleX(-1);
}

.panel{
	position: absolute;
	width: 190px;
	padding: 10px;
	bottom: 0px;
	left: 0px;
	border-top: solid 1px #fff;
	background-color: #fff;
	opacity: 0.7;
}

.lives{
	float: left;
}

.timer{
	float: left;
	font-size: 20px;
	font-weight: bold;
}
.eye-white{
  width: 200px;
  height: 200px;
  margin: 30px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: #fff;
}
.eye-ball{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background:black;    
}