.backgro {
  position: relative;
	top: 0;
  left: 0;
}

.foregro {
  position: absolute;
	top: 60px;
	left: 80px;
}

html {
  background-color: #876bff;
  /* code below by http://www.cursors-4u.com */
    cursor: url(http://cur.cursors-4u.net/nature/nat-8/nat705.cur), auto !important;
  /* End http://www.cursors-4u.com */
  }

img {
  width: 25%;
  height: 200;
}

a {
  border: none;
  padding: 0px;
}
