Advertisement
Guest User

Untitled

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