#promoBackgroundOFF { /* INACTIVE: Rename id to 'promoBackgroundOFF'. ACTIVE: Rename id to 'promoBackground' */
	position: relative;
	background-color: #000000;
	background-image: url("../bg/promo-terminatorfiles-02.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	margin: auto;
}
#promoContainer {
	position: relative;
	width: 880px;
	height: auto;
	margin: auto;
	display: block; /* TO DEACTIVE ENTIRE BANNER (BIG OR SMALL), CHANGE block TO none */
}
#promoBannerBig {
	/* Banner itself is placed in the promo.php include file. */
	width: 880px;
	height: 150px;
	margin: auto;
	display: none; /* INACTIVE: none - ACTIVE: block */
}
#promoBannerSmall {
	/* Banner itself is placed in the promo.php include file! */
	width: 728px;
	height: 90px;
	border: 0px;
	margin: auto;
	display: block; /* ACTIVE: block - INACTIVE: none */
}
#promoBannerSmallObject {
	width: 728px;
	height: 90px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	outline: none;
	outline-style: none;
	outline-width: 0px;
}

/* SPECIAL PROMO ITEMS (FLOATING DIVS) */
.hand {
	position: absolute;
	right: -24px;
	top: 40px;
	z-index: 18000;
	background-image: url("../promo/promo-terminatorfiles-01-hand.png");
	width: 300px;
	height: 260px;
}
.machinegun {
	position: absolute;
	right: 137px;
	top: -43px;
	z-index: 19000;
	background-image: url("../promo/promo-sideshow-03-sh.png");
	width: 412px;
	height: 242px;
}

/* FORCED PROMOBANNERS (FOR ADVERTISE SECTION) */
#promoBannerBigForced	{ width: 880px; height: 150px; margin: auto; display: block; }
#promoBannerSmallForced	{ width: 728px; height: 90px; border: 0px; margin: auto; display: block; }