Guest User

Untitled

a guest
Sep 26th, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.90 KB | None | 0 0
  1. body { background-color:#DEDED3; }
  2.  
  3. #container { width:900px; height:1100px; margin-left:auto; margin-right:auto; background-color:#FFF; position:relative;  }
  4.  
  5. #header { width:900px; height:200px; background-color:#900; }
  6.  
  7. #content { width:900px; height:800px; background-color:#FFF; }
  8.  
  9. #image-slide { width:900px; height:310px; background-color:#90F; }
  10.  
  11. #slider { margin-left:auto; margin-right:auto; position:relative; top:5px; background-color:#999; width: 880px; height: 300px; }
  12.  
  13. #area-1 { width:600px; height:300px; background-color:#3C3; float:left; }
  14.  
  15. #area-2 { width:300px; height:490px; background-color:#CC9; float:right; }
  16.  
  17. #area-2-1 { width:300px; height:300px; background-color:#C00; }
  18.  
  19. #area-2-2 { width:300px; height:190px; background-color:#9F0; }
  20.  
  21. #area-3 { width:600px; height:190px; background-color:#5FF; float:left; }
  22.  
  23. #footer { width:900px; height:100px; background-color:#06F; }
Advertisement
Add Comment
Please, Sign In to add comment