Advertisement
Guest User

Untitled

a guest
Feb 28th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.93 KB | None | 0 0
  1. body{
  2.     margin:0px;
  3.     background-color:#c2d5ec;
  4. }
  5. #wrapper {
  6.     margin: 0px auto;
  7.     padding: 0px;
  8.     border:0;
  9.     width: 915px;
  10.  
  11. }
  12. #header {
  13.     width: 915px;
  14.     margin: 0 auto;
  15.     background-image:url(images/main_03.gif);
  16.     height: 113px;
  17.     position:relative;
  18.     z-index:10;
  19. }
  20. #con-wrap{
  21.     width:100%;
  22.     height:100%;
  23. }
  24.    
  25. #content {
  26.     width:915px;
  27.     margin: 0 auto;
  28.     background-image:url(images/main_06.png);
  29.     position:absolute;
  30.    
  31.     height:100%;
  32. }
  33. #footer {
  34.     width:915px;
  35.     margin: 0 auto;
  36.     background-image:url(images/main_10.png);
  37.     height:112px;
  38.     position:absolute;
  39.     bottom:0px;
  40.     z-index:11;
  41. }
  42. #topside {
  43.     width:100%;
  44.     float:left;
  45.     height:111px;
  46.     position:absolute;
  47.     top:0px;
  48.     overflow:hidden;
  49.     background-image:url(images/main_02.png);
  50.     z-index-1;
  51. }
  52.  
  53. #endside {
  54.     width:100%;
  55.     float:left;
  56.     height:112px;
  57.     position:absolute;
  58.     bottom:0px;
  59.     overflow:hidden;
  60.     background-image:url(images/main_09.png);
  61.     z-index-2;
  62. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement