.bgImg {
    width: 100%;
    height: 100%;
    background: url(../img/bg.jpg) no-repeat;
    background-size: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.content {
    width: 610px;
    height: auto;
    position: absolute;
    top: 50%;
    margin-top: -120px;
    left: 50%;
    margin-left: -305px;
}
.footer {
    width: 100%;
    height: 95px;
    background-color: rgba(255,255,255,0.2);
    position: absolute;
    bottom: 0;
}
.footer p {
    color: #fff;
    text-align: center;
    font-size: 12px;
}
.footer-top {
    margin-top: 30px;
}
.footer a {
    color: #fff;
    margin-left: 10px;
	margin-right: 10px;
}
.gov-icon img {
    vertical-align: bottom;
}
.btn-group {
    width: 468px;
    margin: 20px auto 0 auto;
}
.btn-group:before, .btn-group:after {
    display: table;
    content: "";
}
.homeBtn {
    display: inline-block;
    width: 220px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background: #00499f;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
}
.btn-per {
    background: rgba(255,255,255,0.7);
    color: #00499f;
    margin-left: 20px;
}

