@charset "utf-8";
/* CSS Document */
html,body {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        height:100%;
        color: #FF9900;
        font-size:20px;
}
body,td,th {
        font: 1em/20px "Palatino Linotype",Georgia,"Times New Roman","Trebuchet ms";
        color:#FF9900;
        line-height:2em;
}
body {
	background-image: url(btdn.gif);
	background-repeat: no-repeat;
	background-position:center center;
}

