I can make a button, but I can't figure out how to put a different kind of button on my site. If this is my code for the first button, then how would I add code for another button with completely different styles?
#button a {
display: block;
background: url(rolloverimage.gif) top;
width: 63px;
height: 34px;
}
#button a:hover {
background: url(rolloverimage.gif) bottom;
width: 63px;
height: 34px;
}