@font-face { font-family: Market; src: url('MARKET.TTF'); } 

html { 
  background-image: none;
  background-color: #FFF;
}

.links {
  display:none;
}

.paper_text {
        font-family: Arial, Helvetica, sans-serif;
        font-size:14px;
        margin: 98px 480px 0px 0px; /*Top, Right, Bottom, Left */
        color: #000;
        width:525px;
        float:none;
}

.footer {
        position:relative;
        height:.5em;
        border-top: 1px solid #000;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-size:9px;
        margin: 50px 480px 10px 0px; /*Top, Right, Bottom, Left */
        padding: 7px 10px 2px 0px; /*Top, Right, Bottom, Left */
        color: #000;
        width: 525px;
        float:none;
}