#div1 {
     overflow-x:auto;
     overflow-y:scroll;
     width:1000px;
     height:800px;
}
#div1 table {
    width:1000px;
    background-color:rgb(172, 148, 228);
}