body {
background: #fff url('bg.gif') repeat fixed top left;
margin: 0px;
padding: 0px;
}

#textframe {
background: #fff;
height: 148px;
width: 254px;
position: absolute;
top: 187px;
left: 377px;
border: 0px;
}

#maintable {
height: 609px;
width: 800px;
position: absolute;
top: 0px;
left: 0px;
border: 0px;
margin: 0px;
}

#menu a {
position: absolute;
height: 30px;
width: 50px;
left: 0px;
top: 0px;
text-decoration: none;
}

#menu a i { visibility: hidden; }

a#home { position: absolute; top: 456px; left: 159px; }
a#stuff { position: absolute; left: 291px; top: 468px; }
a#about { position: absolute; left: 450px; top: 511px; }
a#depart { position: absolute; left: 547px; top: 437px; }
a#wraith { position: absolute; left: 635px; top: 444px; width: 91px; height: 48px;}

a#home:hover { background-image: url(images/ohome.gif); }
a#stuff:hover { background-image: url(images/ostuff.gif); }
a#about:hover { background-image: url(images/oabout.gif); }
a#depart:hover { background-image: url(images/odepart.gif); }
a#wraith:hover { background-image: url(images/owraith.gif); }

a#home:hover,
a#stuff:hover,
a#about:hover,
a#depart:hover,
a#wraith:hover { border: none; }

p, br {
color: #330000;
font-size: 10px;
font-family: arial;
}

.highlight {
color: #330000;
font-size: 12px;
font-family: arial;
background-color: #95CE91;
}

a {
color: #c0c0c0;
text-decoration: none;
}

a:visited {
color: #595959;
text-decoration: none;
}

a:hover {
color: #f00;
text-decoration: underline;
}

h4 {
font: bold 12px Verdana, Sans-Serif;
margin: 0;
}