@font-face {
font-family: 'Microsoft Yi Baiti';
font-style: normal;
font-weight: normal;
src: url('./Microsoft Yi Baiti.ttf') format('truetype');
}
@font-face {
    font-family: 'microsoft_yi_baitiregular';
    src: url('microsoft_yi_baiti-webfont.eot');
    src: url('microsoft_yi_baiti-webfont.eot?#iefix') format('embedded-opentype'),
         url('microsoft_yi_baiti-webfont.woff2') format('woff2'),
         url('microsoft_yi_baiti-webfont.woff') format('woff'),
         url('microsoft_yi_baiti-webfont.ttf') format('truetype'),
         url('microsoft_yi_baiti-webfont.svg#microsoft_yi_baitiregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


html
{
	font-size: 100%;
}
html, body
{
	margin: 0;
	height: 100%;
	width: 100%;
}
.main
{
	text-align: center;
	min-height: 100%;
	width: 100%;
	position: relative;
}
p
{
	font-family: 'microsoft_yi_baitiregular';
	margin-top: -30px;
	top: 50%;
	position: absolute;
	vertical-align: middle;
	font-size: 24px;
	width: 100%;
}
p>img
{
	margin-bottom: -12px;
}
.footer
{
	height: 55px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
a.adress
{
	font-family: 'microsoft_yi_baitiregular';
	font-size: 16px;
	color: black;
	text-decoration: none;
}