@charset "utf-8";
/* CSS Document */
body{
	width:100vw;
	height:100vh;
	overflow:hidden;
	padding:0;
	margin:0;
	background-color:#333;
}
.bg{
	background: white; /* For browsers that do not support gradients */
    background: linear-gradient(#d9d9d9,#ffffff); /* Standard syntax (must be last) */
	width:100vw;
	height:100vh;
	overflow:hidden;
	padding:0;
	margin:0;
	position:fixed;
}
.footer{
	width:100%;
	z-index:5;
	background-color:#8b0304;
	height:32px;
	position:absolute;
	bottom:0;
	line-height:32px;
	text-align:center;
	color:#FFF;
}
@media only screen and (max-width:800px) {

}