* {
        margin: 0;
        padding: 0;
        }

html {
        margin-bottom: 1px;
        }

body {
        height: 100%
        overflow: auto;
        margin: 0;
        padding: 0 0px 0 10px;
        }

#top {
        background: white;
        position: fixed;
        display: block;
        top: 0px;
        left: 5px;
        width: 800px;
        height: 150px;
        }

* html  {
        position: absolute;
        display: block;
        width: 200px;
        height: 100%;
        }

#content {
        display: block;
        margin: 150px 20px 20px 20px;
        padding: 5px;
        width: 760px; text-align:justify;
        font-family: Didot Regular, Bodoni MT Regular, Modern No. 20 Regular, serif;
        font-size: 16px;
        min-height: 2000px
       } 
