body {
  background-color:#2e140f;
  text-align: center;
  margin:0;
}

#container {
  margin: 0 auto;
  margin-bottom:20px;
  width: 736px;
}

#menu_home a {
display:block;
width:41px;
height:27px;
background:url("images/home_a.jpg");
}

#menu_home a:hover {
background:url("images/home_b.jpg");
}

#menu_band a {
display:block;
width:47px;
height:27px;
background:url("images/band_a.jpg");
}

#menu_band a:hover {
background:url("images/band_b.jpg");
}

#menu_shows a {
display:block;
width:62px;
height:27px;
background:url("images/shows_a.jpg");
}

#menu_shows a:hover {
background:url("images/shows_b.jpg");
}

#menu_discography a {
display:block;
width:111px;
height:27px;
background:url("images/discography_a.jpg");
}

#menu_discography a:hover {
background:url("images/discography_b.jpg");
}

#menu_pics a {
display:block;
width:39px;
height:27px;
background:url("images/pics_a.jpg");
}

#menu_pics a:hover {
background:url("images/pics_b.jpg");
}

#menu_merch a {
display:block;
width:63px;
height:27px;
background:url("images/merch_a.jpg");
}

#menu_merch a:hover {
background:url("images/merch_b.jpg");
}

#menu_downloads a {
display:block;
width:98px;
height:27px;
background:url("images/downloads_a.jpg");
}

#menu_downloads a:hover {
background:url("images/downloads_b.jpg");
}

#menu_links a {
display:block;
width:52px;
height:27px;
background:url("images/links_a.jpg");
}

#menu_links a:hover {
background:url("images/links_b.jpg");
}

#menu_contact a {
display:block;
width:79px;
height:27px;
background:url("images/contact_a.jpg");
}

#menu_contact a:hover {
background:url("images/contact_b.jpg");
}