@charset "UTF-8";
/* CSS Document */

#FIBG {
	min-width: 1920px;
	min-height: 1920px;
	top: 0px;
	left: 0px;
	z-index: -100;
	width: 100%;
	position: fixed;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 100%;
	display: inherit;
	right: auto;
	bottom: auto;
	background-size: auto auto;
	float: none;
	clear: none;
	overflow-x: hidden;
	overflow-y: hidden;
	background-color: #000000;
}
