#content {
    position: relative;
    top: 2px;
    left: 24px;
    width: 215px;
    height: 200px;
}

.copyrightnotice {
    font-size: 70%;
    font-weight: bold;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-indent: 0;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 175px;
height: 235px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 178px;
height: 235px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 250px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

