#about_diag {

    position: absolute;
    top: 50;
    left: 10;
    font-family: trebuchet ms,calibri,sans-serif,tahoma;
    font-size: 10pt;
    font-style: italic;
    color: black;
    width: 680px;
    
}

#divide {

    position: absolute;
    top: 290;
    left: 0;
    width: 680px;
    height: 3px;
    color: silver;
    background-color: #efefef;

}


