#buttons { margin: auto; padding: 6px 0 0 0; } .button-home { height: 24px; background: url('images/buttons/home.png') no-repeat; } .button-home:hover { height: 24px; background: url('images/buttons/home-hover.png') no-repeat; } .button-blog { height: 24px; background: url('images/buttons/blog.png') no-repeat; } .button-blog:hover { height: 24px; background: url('images/buttons/blog-hover.png') no-repeat; } .button-gallery { height: 24px; background: url('images/buttons/gallery.png') no-repeat; } .button-gallery:hover { height: 24px; background: url('images/buttons/gallery-hover.png') no-repeat; } .div-line { height: 20px; background: url('images/buttons/div-line.png') no-repeat; }