.bg{
	background: url(img/bg.png) no-repeat;
	background-size: 100%;
}
.knopka {
  color: #616060; /* цвет текста */
  text-decoration: none; /* убирать подчёркивание у ссылок */
  user-select: none; /* убирать выделение текста */
  background: url(img/bt.png) no-repeat; /* фон кнопки */
  background-size: 100%;
  background-position: center;
  vertical-align: center;
  text-align: center;
  padding: .6em 1em; /* отступ от текста */
  outline: none; /* убирать контур в Mozilla */
  font-family: Verdana;
  font-size: 16px;
  margin-right: 10px;
  margin-top: 10px;
  text-decoration: none;
  cursor: pointer;
  /*Переход*/

} 
.knopka:hover{
	background: url(img/button_hover.png) no-repeat;
	background-size: 100%;
  background-position: center;
}
a.knopka:hover{
	background: url(img/button_hover.png) no-repeat;
	background-size: 100%;
  background-position: center;
  text-decoration: none;
}
a:link {
    color: #352315; /* Цвет ссылок */
    text-decoration: none;
}
a:visited {
    color: #352315; /* Цвет посещенных ссылок */
}