1
2      div#wrapper{
3          margin:auto;
4          background-color:#ffffff;
5         height:  560px;
6         width: 975px;
7      }
8    div.left_sidebar  {
9      float:left;
10      height: 555px;
11      width: 200px;
12    }
13
14   div.right_page {
15      float:right;  padding:0px;
16      width: 770px; height:555px;
17    }
18   iframe .resourceslist {
19       width:770px;
20       height:200px;
21    }
22    div#bottom_matter {
23        height:95px;
24        width: 100%;
25        background-color: #dddddd;
26
27    }
28    iframe.createfolder {
29        height: 90px
30        width: 180px;
31        float: left;
32    }
33
34    .frmupload{
35        height:50%;
36        width:100%;
37        float:right;
38    }
39    div#worker {
40       height:0px; width:0px;
41    }
42
43