html, body {
  padding: 0;
  margin: 0;
}
canvas {
	position: fixed;
}
.canvasdiv {
    background: url(../../ghepardo/img/ghep.png) no-repeat center center;
    background-size: 123%;
    opacity: .15;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#start {
	position: fixed;
	top:0;
	left:0;
}
#round {
	position:fixed;
	top: 0;
	left: 100;
}
#stop {
	position:fixed;
	top: 0;
	left: 200;
}
#save {
	position:fixed;
	top: 0;
	left: 300;
}
/* casa */
