html {
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  background-image: url("ico.jpg");
  background-repeat: no-repeat; 
  background-size: 300px 300px;
  background-color: white;
}
a:link {
  color: #f5fffa;
}
a:visited {
  color: #f5fffa;
}

#icolink {
  position: relative;
  top: 200px;
  left: 30px;
}
