Guest User

Untitled

a guest
Mar 13th, 2013
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. html, body
  2. {
  3. margin: 0;
  4. padding: 0;
  5. background-image: url(images/bg_main.gif);
  6. background-color: #cfcfcf;
  7. background-repeat: repeat-x;
  8. color: #111111;
  9. }
  10.  
  11. .left
  12. {
  13. background-image: url(images/logo.png);
  14. background-repeat: no-repeat;
  15. float: left;
  16. height: 73px;
  17. width: 820px;
  18. margin-top: 0px;
  19. }
  20.  
  21. .center
  22. {
  23. background-image: url(images/bg_head.gif);
  24. background-repeat: repeat-x;
  25. height: 73px;
  26. }
  27.  
  28. .main
  29. {
  30.  
  31. width: 1000px;
  32. text-align: left;
  33. font-family: Verdana;
  34. font-size: 12px;
  35. margin: auto;
  36. padding-top: 50px;
  37. line-height: 16px;
  38. }
  39.  
  40. a, a:visited
  41. {
  42. text-decoration: none;
  43. color: #111111;
  44. }
  45.  
  46. a:hover
  47. {
  48. text-decoration: underline;
  49. font-weight: bold;
  50. }
  51.  
  52. .welcome
  53. {
  54. font-family: Verdana;
  55. font-size: 16px;
  56. }
Advertisement
Add Comment
Please, Sign In to add comment