body {  font-family : courier, monospace;
        font-size :11px;
        margin-left : 15%;
        margin-right : 15%;
        height:100%;
        }

a { font-family : courier, monospace;
    font-size : 11px;
    text-decoration : none;
    color : 000000;
    }

h1 {    font-family:georgia, serif;
        font-size : 28px;
        font-style : italic;
        }

p#comment{
    text-align:left;
    font-family: courier, monospace;
    font-size:10;
}

div#container{
    height:100%;
    margin-bottom:-40px;
    min-height:100%;
    min-height: 100%; height: auto !important; height: 100%;
    position:relative;
}

div#push{
    height:40px;
}

div#footer{
    position:relative;
    text-align:center;
}

