.fixed {
  position: fixed;
  top: 250px;
  left: 50px;
}

* {
  cursor: url(favicon-70.png), auto;
}

.footer {
  position: fixed;
  bottom: 0;
  height: 40px;
  width: 100%; 
  background: url(background_clouds_2.gif);
  font-weight: bold;
  font-family: "Comic Sans MS", cursive, sans-serif;
  text-align: center;
}