Advertisement
Guest User

Untitled

a guest
Oct 15th, 2012
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.31 KB | None | 0 0
  1. html {
  2.     margin-bottom: 0;
  3.     margin-left: 0;
  4.     margin-right: 0;
  5.     margin-top: 0;
  6. }
  7. body {
  8.     background-image: url("../images/body-bg.png");
  9.     margin-bottom: 0;
  10.     margin-left: 0;
  11.     margin-right: 0;
  12.     margin-top: 0;
  13. }
  14. #topdiv {
  15.     background-image: url("../images/nav-bg.png");
  16.     height: 75px;
  17.     position: fixed;
  18.     right: 0;
  19.     top: 0;
  20.     width: 100%;
  21. }
  22. #navmenu {
  23.     left: 775px;
  24.     position: relative;
  25.     top: -50px;
  26.     width: 500px;
  27. }
  28. #services {
  29.     background-image: url("../images/services-bg.png");
  30.     background-repeat: repeat-x;
  31.     height: 320px;
  32.     position: relative;
  33.     top: 55px;
  34.     z-index: -1;
  35. }
  36. #maincontent {
  37.     height: auto;
  38.     position: relative;
  39.     top: 55px;
  40.     width: 100%;
  41. }
  42. #welcome {
  43.     background-image: url("../images/welcome_bg.png");
  44.     background-repeat: no-repeat;
  45.     height: auto;
  46.     margin-bottom: 30px;
  47.     margin-left: 30px;
  48.     margin-right: 30px;
  49.     margin-top: 30px;
  50.     position: relative;
  51. }
  52. #welcometxt {
  53.     color: #FFFFFF;
  54.     font-family: Arial,Helvetica,sans-serif;
  55.     font-size: 12px;
  56.     height: auto;
  57.     padding-bottom: 10px;
  58.     padding-left: 10px;
  59.     padding-right: 10px;
  60.     padding-top: 10px;
  61.     position: relative;
  62.     text-align: justify;
  63.     top: 65px;
  64.     width: 500px;
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement