@charset "UTF-8";

.tubular-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    min-width: 1020px;
}

.loadimg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 9999;
}

.loadimg img {
	position: fixed;
	margin-left: -150px;
	width: 300px;
	margin-top: -150px;
	top: 50%;
	left: 50%;
}
