html, body
{
padding: 0px;
margin: 0px;
background-color: #402000;
background-image:url('../img/nfbg.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFEA0;
font-weight: bold;
}

#fbFooter
{
height: 46px;
background-color: #402000;
}
.fbPaginationMinor
{
color: #FFFEA0;
margin-left: 10px;
}
#fbContents
{
float: left;
margin-top: 10px;
margin-left: 10px;
}
#fbMenu
{
float: right;
margin-top: -28px;
margin-right: 15px;
}
#altmsg
{
position: absolute;
background-color:#402000;
padding: 20px;
text-align:center;
}
a.altlink:link
{
color: #FFFEA0;
}
a.altlink:visited
{
color: #FFFEA0;
}
a.altlink:hover
{
color: #FFFEA0;
}
a:link
{
color: #FFFEA0;
text-decoration: underline;
}
a:visited
{
color: #FFFEA0;
text-decoration: underline;
}
a:hover
{
color: #FFFEA0;
text-decoration: none;
}
a:active
{
color: #FFFEA0;
text-decoration: none;
}