/* CSS Document */
body {
  font-family : Verdana,Arial;
  font-size : 0.8em;
}
ul {
  margin-top : 7px;
}
#corner {
  position : absolute;
  top : 0px;
  left : 0px;
  background-image : url('./corner.png');
  width : 300px;
  height : 200px;
  z-index : -1;
}
#main {
  margin-left : 100px;
  margin-top : 120px;
  z-index : 0;
}
.red {
  color : red;
}
