home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeConen.cab / xweb.lay4.tem.layout04.css.en < prev    next >
Encoding:
Text File  |  2009-06-09  |  358 b   |  37 lines

  1. ∩╗┐/* CSS layout */
  2. body {
  3.     margin: 0;
  4.     padding: 0;
  5. }
  6.  
  7. #masthead {
  8.     min-width: 600px;
  9. }
  10.  
  11. #logo {
  12.     float: left;
  13.     width: 200px;
  14. }
  15.  
  16. #header {
  17.     margin-left: 200px;
  18. }
  19.  
  20. #container {
  21.     clear: both;
  22.     min-width: 600px;
  23. }
  24.  
  25. #left_col {
  26.     float: left;
  27.     width: 200px;
  28. }
  29.  
  30. #page_content {
  31.     margin-left: 200px;
  32. }
  33.  
  34. #footer {
  35.     clear: both;
  36. }
  37.