@charset "utf-8";
/* CSS Document */

body{
	background-attachment: fixed !important;
	background-image: url(../images/cat_backimg.jpg) !important;
	background-repeat: repeat !important;
	background-position: center !important;
}
a.btn{
  display: inline-block;
  /*width: 500px;*/
  margin: 30px 20px 20px;
  padding: 8px 12px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: .3s;
}a.btn:hover {
  border: 1px solid rgba(0,0,0,.1);
  background: rgba(11,50,162,.5);
}

a.btn2{
  display: inline-block;
  /*width: 500px;*/
  margin: 10px 40px;
  padding: 8px 18px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: .3s;
  font-size:14px;
}
a.btn2:hover {
  border: 1px solid rgba(0,0,0,.1);
  background: rgba(11,50,162,.5);
}