/* Generated by KompoZer */
body {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 0%;
  list-style-image: url();
  background-color: #4c5567;
}
a.button, a.button:visited {
  padding: 4px;
  display: inline;
  font-family: arial;
  font-weight: bold;
  text-align: center;
  color: white;
  width: 115px;
  height: 25px;
  background-image: url(images/but-bg.png);
  text-decoration: none;
  font-size: 14px;
  background-repeat: no-repeat;
}
a.button:hover {
  display: inline;
  background-color: transparent;
  background-image: url(images/but-hover.png);
  background-repeat: no-repeat;
}

