html, body, div, p {
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	font-size:10px;
}
* {
	margin:0px;
	padding:0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html {
	height:100%;
	overflow:hidden;
	position:relative;
}
body {
	overflow:scroll;
	background:#000;
	height:100%;
	background-image: url(../images/main_bg_m.jpg);
	background-size:100%;
}
body.cn {
	background-image: url(../images/main_bg_m.jpg);
}
.store {
	position:absolute;
	bottom:30px;
	width:100%;
}
.foot {
	position:absolute;
	bottom:0;
	width:100%;
	color:#20a3eb;
	font-size:10pt;
	padding:4px;
	text-align: center;
	text-shadow: 0 1px 0 rgb(0, 0, 0);
}
.store div {
	text-align:center;
	font-size: 16px;
}
.android a img,.ios a img{
	width:60%;
	height:auto;
}

@media screen and (min-width: 700px) {
body {
	background-image: url(../images/main_bg_ipad.jpg);
}
body.cn {
	background-image: url(../images/main_bg_ipad_cn.jpg);
}
.foot {
    font-size: 16pt;
    padding: 8px;
}
}