Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- html {
- margin-bottom: 0;
- margin-left: 0;
- margin-right: 0;
- margin-top: 0;
- }
- body {
- background-image: url("../images/body-bg.png");
- margin-bottom: 0;
- margin-left: 0;
- margin-right: 0;
- margin-top: 0;
- }
- #topdiv {
- background-image: url("../images/nav-bg.png");
- height: 75px;
- position: fixed;
- right: 0;
- top: 0;
- width: 100%;
- }
- #navmenu {
- left: 775px;
- position: relative;
- top: -50px;
- width: 500px;
- }
- #services {
- background-image: url("../images/services-bg.png");
- background-repeat: repeat-x;
- height: 320px;
- position: relative;
- top: 55px;
- z-index: -1;
- }
- #maincontent {
- height: auto;
- position: relative;
- top: 55px;
- width: 100%;
- }
- #welcome {
- background-image: url("../images/welcome_bg.png");
- background-repeat: no-repeat;
- height: auto;
- margin-bottom: 30px;
- margin-left: 30px;
- margin-right: 30px;
- margin-top: 30px;
- position: relative;
- }
- #welcometxt {
- color: #FFFFFF;
- font-family: Arial,Helvetica,sans-serif;
- font-size: 12px;
- height: auto;
- padding-bottom: 10px;
- padding-left: 10px;
- padding-right: 10px;
- padding-top: 10px;
- position: relative;
- text-align: justify;
- top: 65px;
- width: 500px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement