#promoBackground { /* INACTIVE: Rename id to 'promoBackgroundOFF'. Do NOT add 'display: none;' or the site is invisible! */
	position: relative;
	background-color: #000000;
	background-image: url("../bg/promo-sideshow-04.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 THE ENTIRE BANNER: INACTIVE: none - ACTIVE: block */
}
#promoBannerBig {
	/* Banner itself is placed in the promo.php include file. */
	width: 880px;
	height: 150px;
	margin: auto;
	display: block; /* INACTIVE: none - ACTIVE: block */
}
#promoBannerSmall {
	/* Banner itself is placed in the promo.php include file. */
	width: 728px;
	height: 90px;
	border: 0px;
	margin: auto;
	display: none; /* 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: 1000000;
	background-image: url("../promo/promo-endoskeleton-01-hand.png");
	width: 300px;
	height: 260px;
}
.machinegun {
	position: absolute;
	right: 137px;
	top: -43px;
	z-index: 1000000;
	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; }
