body {
	background: #000;
	margin: 0;
  color: black;
  font-family: Verdana;
  
  /* The image used */
  background-image: url("cowlovebigfixed.png");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
}

canvas {
	cursor: crosshair;
	display: block;
}

.invisible
{
  display: none;
}