Advertisement
Guest User

Untitled

a guest
Jan 6th, 2013
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. body {background-color:#333333}
  2.  
  3. #headtable {width:1100px;
  4. height:100px;
  5. margin:auto;
  6. }
  7. #headtr {background-color:#800000;}
  8.  
  9. #headh1 {color:yellow;
  10. font-family:arial;
  11. font-size:25px;}
  12.  
  13. #menutable {width:1100px;
  14. height:48px;
  15. margin:auto;
  16. position:relative;
  17. top:5px;
  18. }
  19. #menutr {background-color:black;}
  20.  
  21.  
  22. #bodytable {width:1100px;
  23. height:100%;
  24. margin:auto;
  25. position:relative;
  26. top:10px;
  27. z-index:-1;
  28. }
  29. #bodytr {background-color:black;}
  30.  
  31. #logo {display: block;
  32. margin-left: auto;
  33. margin-right: auto }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement