Advertisement
Guest User

Untitled

a guest
Jul 30th, 2012
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. * {margin: 0; padding: 0}
  2. html, body {height: 100%}
  3.  
  4. body {
  5. font-family: Helvetica;
  6. font-size: 16px;
  7. text-align: justify;
  8. }
  9.  
  10. #site_wrapper {
  11. min-height: 100%;
  12. height: auto !important;
  13. height: 100%;
  14. margin: 0 auto -12px;
  15. }
  16.  
  17. #top {
  18. border: 1px green solid;
  19. height: 12px;
  20. }
  21.  
  22. #wrapper {
  23. border: 1px yellow solid;
  24. width: 960px;
  25. margin: 0 auto;
  26. }
  27.  
  28. #login_floater {
  29. float: left;
  30. height: 50%;
  31. margin-bottom: -125px;
  32. }
  33.  
  34. #login_wrapper {
  35. clear: both;
  36. height: 250px;
  37. width: 480px;
  38. position: relative;
  39. margin: 0 auto;
  40. }
  41.  
  42. #push {
  43. height: 12px;
  44. }
  45.  
  46. #footer {
  47. font-size: 10px;
  48. height: 12px;
  49. border: 1px green solid;
  50. text-align: center;
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement