Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- html, body
- {
- margin: 0;
- padding: 0;
- background-image: url(images/bg_main.gif);
- background-color: #cfcfcf;
- background-repeat: repeat-x;
- color: #111111;
- }
- .left
- {
- background-image: url(images/logo.png);
- background-repeat: no-repeat;
- float: left;
- height: 73px;
- width: 820px;
- margin-top: 0px;
- }
- .center
- {
- background-image: url(images/bg_head.gif);
- background-repeat: repeat-x;
- height: 73px;
- }
- .main
- {
- width: 1000px;
- text-align: left;
- font-family: Verdana;
- font-size: 12px;
- margin: auto;
- padding-top: 50px;
- line-height: 16px;
- }
- a, a:visited
- {
- text-decoration: none;
- color: #111111;
- }
- a:hover
- {
- text-decoration: underline;
- font-weight: bold;
- }
- .welcome
- {
- font-family: Verdana;
- font-size: 16px;
- }
Advertisement
Add Comment
Please, Sign In to add comment