@charset "utf-8";

html {
	background: rgb(4,57,108);
	background: -moz-linear-gradient(135deg, rgba(4,57,108,1) 0%, rgba(3,91,150,1) 100%);
	background: -webkit-linear-gradient(135deg, rgba(4,57,108,1) 0%, rgba(3,91,150,1) 100%);
	background: linear-gradient(135deg, rgba(4,57,108,1) 0%, rgba(3,91,150,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#04396c",endColorstr="#035b96",GradientType=1);
}

.whm {
	position: absolute;
	padding-top: 30px;
	padding-left: 30px;
}

.logo {
	width: 306px;
	height: 82px;
	position:absolute;
	left:0; right:0;
	top:0; bottom:0;
	margin:auto;
	max-width:100%;
	max-height:100%;
}