/* The '#' is the ID Selector; will be applied to tags with this 'id=...' */

#message_block {
    position: absolute;
    margin-left: 25%;
    top: 0px;
    width: 50%;
    height: 5%;
    font-family: verdana, lucida, arial, tahoma, helvetica, sans-serif;
    font-size: 8pt;
}

#content {
    position: relative;
    top:0%;
/*     left: 200px; */
/*     top: 10%; */
    height: 80%;
    width: 100%;
    overflow: auto;
    font-family: verdana, lucida, arial, tahoma, helvetica, sans-serif;
    font-size: 8pt;
}

#body {
    position: absolute;
    background-color:  #cfcfcf;
    margin: 0px;
    padding: 0px;
    top: 0;
/*     height: 90%; */
    width: 100%;
    font-family: verdana, lucida, arial, tahoma, helvetica, sans-serif;
    font-size: 8pt;
}

#footer {
    background-color: #ffffff;
    text-align: center;
    border-top: 1px solid #f08900;
    position: fixed;
    bottom: 0px;
    width: 99%;
    font-family: verdana, lucida, arial, tahoma, helvetica, sans-serif;
    font-size: 8pt;
}


