Guest User

Untitled

a guest
Mar 12th, 2013
187
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: 18pt ;
  38. }
  39.  
  40.  
  41. a, a:visited
  42. {
  43. text-decoration: none;
  44. color: #111111;
  45. }
  46.  
  47. a:hover
  48. {
  49. text-decoration: underline;
  50. font-weight: bold;
  51. }
  52.  
  53. .welcome
  54. {
  55. font-family: Verdana;
  56. font-size: 16px;
  57. }
Advertisement
Add Comment
Please, Sign In to add comment