@charset "utf-8";
/* CSS Document */
html{
    background-color: black;
}

.footerbg {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding-bottom: 100px;
	background-position: center center;
}
.btn-download {
    display: block;
    width: 188px;
    height: 35px;
    font-size: 9pt;
    font-weight: 500;
    text-align: center;
    line-height: 34px;
    letter-spacing: 1px;
    color: #fff;
    background-color: #333333;
    outline: none;
    text-shadow: none;
    margin: 0 auto;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-download:hover {
  color: #ffffff;
  background: #000000;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bg-one {
	background-color: #111111;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 50px;
}
