div.menu{
position : relative;
z-index : 0;
}

div.bgm{
position : absolute;
left : 25;
top : 8;
z-index : 1;
}

p.bgm{
font-family : "Book Antiqua", Bookman Old style;
font-size : 12px;
}

a:link{
color : #800000;
text-decoration : none;
}
a:active{
color : #800000;
text-decoration : none;
}
a:visited{
color : #800000;
text-decoration : none;
}
a:hover{
color : #800000;
text-decoration : none;
cursor : crosshair;
}
