@charset "utf-8";
/* CSS Document */
.cta-button {
  display:block;
  width:100px;
  height:30px;
  background:url(../images/index/welcome_button.jpg) no-repeat 0 -30px;
  margin:0 auto;
}
.cta-button a {
  display:block;
  width:100%;
  height:100%;
  background:url(../images/index/welcome_button.jpg) no-repeat 0 0;
  text-indent:-9999px;
}
.cta-button a:hover {
  background-position:0 30px;
}