*{
margin:0pt;
padding:0pt;
}


div{
                                margin: 0px;
                        }
                        /* Scrollbar & content css */
                        #content1, #content2, #content3
                         {
                                height: 210px;
                                width: 400px;
                                float:left;
                                background: #333;
                                overflow:hidden;
                        }
                        #content1 p{
                                margin: 10px;
                        }
                        .scrollbar-vert{
                                background-color: #333;
                                height: 210px;
                                width: 20px;
                                float:left;
                        }
                        .handle-vert{
                                height: 42px;
                                width: 20px;
                                background: url(../images/handle.gif) no-repeat;
                        }



                        #content2 p{
                                width: 1000px;
                        }
                        .scrollbar-hor{
                                background-color: #333232;
                                height: 20px;
                                width: 300px;
                                float:left;
                        }
                        .handle-hor{
                                height: 20px;
                                width: 42px;
                                background: url(../images/elements/handle-hor.gif) no-repeat;
                        }

                        #content3 p{
                                width: 700px;
                        }




#wrapper{

        width: 600px;
        margin: 10px auto;
}



pre{
        border: 4px solid #B6D9FF;
        background:#d2e8ff;
        color: #004892;
        padding: 15px;
        margin:5px 0;
}

pre code{
        background-color: transparent;
        display:block;
        line-height:16px;
        overflow-x: auto;
        overflow-y: hidden;
        white-space:pre;
        padding:0 5px;
}

.clear{
        clear:both;
        height: 0px;
        font-size: 1px;
        line-height: 0px;
}
