To add a Div to your site use this code <div style="font-family:tempus sans itc;font-size:12px;color:#ffffff">Words or Images </div>

 To add a border to a div [style="border:#FFFFFF 1px solid"]
Word
Now we have a white border. To change the style of a Border go to CSS


 To add a background to a div [style="background:#808000"]
Word
Now we have a olive green background


 To add a url background to a div [style="background:url(url of image)"]
Word
Now we have an image as the BackGround, you should keep the color background in to the code [background:#808000 url(http://www.daricanboi.com/drb6.jpg)] just incase the url of the image shuts down


 To change da size of da div [style="height:100px;width:200px"]
Word
the size is set to 100x200


 To add scrool bars [style="overflow:auto"]

Word



Word
Now we have scroll bars in our div. This is a good way to organize ur site if you have ALOT of info


 To add color to your scrool bars [style="scrollbar-base-color:#990000"]

Word





Word
It is now Red. This code will only turn the DIV scroll bar red not the page scrool bar to change the page scroll bar go to CSS