.term-body {
    background: #00543f no-repeat top right !important;
    background-size: 500px 400px !important;
    background-attachment: fixed !important;
    margin: 0;
}

.term-loading-ind {
	background-image: url("../images/loading-ind.gif");
	background-repeat: no-repeat;
	background-position: center center;
    background-size: 68px 68px;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	position: absolute;
	z-index: 10000;
}