body
{
    background-color: #ffffff;
    font-family: Verdana, Arial;
    margin: 0px;
    border: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0;
    font-size: .8em;
	background-image: url(images/bkg.gif);
    background-repeat: repeat-x;
}

td
{
    text-align: left;
    white-space: nowrap;
    border: 0px;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    padding: 0px;
    margin: 0px;
	font-size: .8em;
}
div#footer {
position: absolute;
background: #b8b8b8;
height: 14px;
width: 100%;
top: expression(document.body.scrollTop + document.body.clientHeight - offsetHeight);
left: expression(document.body.scrollLeft + document.body.clientWidth - offsetWidth);

}