#aboutButton {
  background:url(https://emilybroth.neocities.org/assets/nav%20bar/About.png) no-repeat;
  height: 45;
  width: 130;
  border: 0px solid pink;
}
#artButton {
  background:url(https://emilybroth.neocities.org/assets/nav%20bar/Art.png) no-repeat;
  height: 45;
  width: 130;
  border: 0px solid pink;
}
#blogButton {
  background:url(https://emilybroth.neocities.org/assets/nav%20bar/Blog.png) no-repeat;
  height: 45;
  width: 130;
  border: 0px solid pink;
}
#comicsButton {
  background:url(https://emilybroth.neocities.org/assets/nav%20bar/Comics.png) no-repeat;
  height: 45;
  width: 130;
  border: 0px solid pink;
}
#gamesButton {
  background:url(https://emilybroth.neocities.org/assets/nav%20bar/Games.png) no-repeat;
  height: 45;
  width: 130;
  border: 0px solid pink;
}
#musicButton {
  background:url(https://emilybroth.neocities.org/assets/nav%20bar/Music.png) no-repeat;
  height: 45;
  width: 130;
  border: 0px solid pink;
}



#aboutButton:hover{
  background:url(https://emilybroth.neocities.org/assets/nav%20bar/AboutHover.png) no-repeat;
}
#artButton:hover{
  background:url(https://emilybroth.neocities.org/assets/nav%20bar/ArtHover.png) no-repeat;
}
#blogButton:hover{
  background:url(https://emilybroth.neocities.org/assets/nav%20bar/BlogHover.png) no-repeat;
}
#comicsButton:hover{
  background:url(https://emilybroth.neocities.org/assets/nav%20bar/ComicsHover.png) no-repeat;
}
#gamesButton:hover{
  background:url(https://emilybroth.neocities.org/assets/nav%20bar/GamesHover.png) no-repeat;
}
#musicButton:hover{
  background:url(https://emilybroth.neocities.org/assets/nav%20bar/MusicHover.png) no-repeat;
}