Advertisement
KHIT

style_khit

Mar 16th, 2012
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.85 KB | None | 0 0
  1. body {
  2.     background-color: #FFF;
  3.     font-family: Calibri;
  4.     background-image: url(../images/khit.png);
  5. }
  6. /*****************Content********************/
  7. #container{
  8.     width: 800px;
  9.     background-color: #c2c9ce;
  10.     margin: auto;
  11.     float: none;
  12. }
  13. #content {
  14.     width: 795px;
  15.     margin-left: 5px;
  16. }
  17. #logo {
  18.     width: 165px;
  19.     height: 165px;
  20.     background-color: #0FF;
  21. }
  22. a:link, a:visited {
  23.     text-decoration: none;
  24.     color: #FFF;
  25. }
  26. a:hover, a:active {
  27.     color: #000;
  28. }
  29. /******************Menu**********************/
  30. #menubar {
  31.     width: 430px;
  32.     height: 28px;
  33.     background-image: url(../images/menu.png);
  34.     background-repeat: no-repeat;
  35.     padding-top: 2px;
  36.     padding-left: 15px;
  37.     float: right;
  38. }
  39. /*****************Footer*********************/
  40. #footer {
  41.     width: 795px;
  42.     padding-left: 5px;
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement