body
 {
 font-family: Times New Roman;
 font-size: 14px;
 background-image: url(bg.jpg);
 background-attachment: fixed;
 background-repeat: repeat;
 background-color: #FFFFEE;
 color: #3C0000;

 scrollbar-base-color: #E0BFA0;
 scrollbar-3dlight-color: #C89061;
 scrollbar-arrow-color: #C89061;
 scrollbar-darkshadow-color: #C89061;
 scrollbar-face-color: #E0BFA0;
 scrollbar-highlight-color: #E0BFA0;
 scrollbar-shadow-color: #E0BFA0;
 scrollbar-track-color: #E0BFA0;
 }

a:link { color: #3C0000; text-decoration : none; }
a:visited { color: #3C0000; text-decoration : none; }
a:hover { color: #3C0000 ; text-decoration : overline; }
a:active { color: #3C0000 ; text-decoration : overline; }
a:focus { color: #3C0000 ; text-decoration : overline; }
a { cursor: crosshair;}

#hd {
  position: absolute;
  left: 0px;
  top: 0px;
}

#content {
  position: absolute;
  left: 380px;
  top: 500px;
  width: 570px;
}

#navi {
  position: absolute;
  left: 90px;
  top: 595px;
  width: 175px;
}