#movable { 
    bottom:0;
    padding-top: 2em;    <-- スクロールするブロックのトップを調整 
    position: absolute;  <-- ★重要(忘れないで!!) 
    
} 


#scroll{

background: #ebebeb;
width: 32px; 
height: 32px; 
position: absolute; 
top: 500px; 
left: 0px;


}



#scroll2{

background: #ffffff;
width: 170px; 
height: 200px; 
position: absolute; 
top: 500px; 
float: left;


}
