body {
	height: 100%;
	width: 100%;
	
	overflow: hidden;
	margin: 0;
	background-color: #455ab3;
}
a{text-decoration:none;}
a:hover{text-decoration: underline;}
.center {
    height: 100%;
	width: 100%;
	
	text-align: center;
}
.center img {
    height: 161px;
	width: 416px;
	position: absolute;
    top: 50%;
    left: 50%;
    margin: -160px 0 0 -208px;
}

.footer {
	text-align: center;
	position: absolute;
    bottom: 54px;
    left: 50%;
    margin-left: -89px;
}
.footer img {
	display: block;;
}
.footer .miibeian {
	display: block;
	font-size: 12px;
	color: #8596e4;
	margin-top: 6px;
}
