body {
  background-image: url(".png");
  background-color: pink;
  color: blue;
  font-family: 'Comic Sans', sans-serif;
  position: relative;
}
a {
  color: red;
}
#lace {
    background-image: url('lace.png');
    background-repeat: repeat-x;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 1;
    opacity: 1;
}