body  {
  margin:0px;
  background:transparent;
  }

#FortuneFrame  {
  position:relative;
  height:150px;
  width:150px;
  text-align:center;
  background-image:url('IMAGES/background.png');
  background-repeat:no-repeat;
  }

#FortuneAnswer  {
  position:absolute;
  top:68px;
  left:10px;
  height:25px;
  width:128px;
  font-family:verdana;
  font-size:10px;
  font-weight:bold;
  line-height:11px;
  text-align:center;
  }

#getFortune  {
  position:absolute;
  bottom:0px;
  left:55px;
  height:18px;
  width:40px;
  font-size:8px;
  font-weight:bold;
  font-family:verdana;
  visibility:visible;
  }

#copyFortune {
  position:absolute;
  bottom:0px;
  left:45px;
  height:18px;
  width:60px;
  font-size:8px;
  font-weight:bold;
  font-family:verdana;
  visibility:hidden;
  }

a:link{font-family:verdana; font-size:11px; font-weight:normal; text-decoration:none; color:Brown;}
a:visited{font-family:verdana; font-size:11px; font-weight:normal; text-decoration:none; color:Brown;}
a:hover{font-family:verdana; font-size:11px; font-weight:normal; text-decoration:underline; color:Orange;}
