Guest User

Untitled

a guest
Jul 17th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. @charset "utf-8";
  2. /* CSS Document */
  3.  
  4.  
  5. body {
  6. background: #000 url(bg.png) repeat-x fixed center bottom;
  7. text-align: center;
  8. margin: 0;
  9. }
  10.  
  11. #wrapper {
  12. width: 800px;
  13. min-height: 518px;
  14. margin: 0 auto;
  15. background: #fff000;
  16. }
  17.  
  18. #header {
  19. width: 488px;
  20. height: 75px;
  21. }
  22.  
  23. #menu {
  24. width: 312px;
  25. height: 72px;
  26. }
  27.  
  28. #content {
  29. width: 800px;
  30. height: 341px;
  31. }
  32.  
  33. #footer {
  34. width: 800px;
  35. height: 14px;
  36. }
  37.  
  38. #visitors {
  39. width: 90px;
  40. height: 12px;
  41. }
Add Comment
Please, Sign In to add comment