top.css 403 B

123456789101112131415161718192021222324252627282930313233343536
  1. *{
  2. margin: 0 auto;
  3. }
  4. #top_main{
  5. width: 978px;
  6. height: auto;
  7. }
  8. #top_img{
  9. width: 100%;
  10. height: 138px;
  11. }
  12. #top_img_url{
  13. width: 100%;
  14. height: 100%;
  15. }
  16. #top_navigation{
  17. width: 100%;
  18. height: 27px;
  19. background-color: #DFA40C;
  20. }
  21. #top_navigation_bottom{
  22. width: 100%;
  23. height: 10px;
  24. background: url(../images/navigation_bg_bottom.gif);
  25. }
  26. #a{
  27. width: 600px;
  28. height: 500px;
  29. background-color: red;
  30. }