body { 
background-color: #000000; 
background-image: url('/inc/css/halloween/boo-bg.jpg'); 
background-repeat: no-repeat; 
background-position: center top;
}

.banner {
position: relative;
background: #fff url('/inc/css/halloween/rpgn-banner.png') no-repeat;
height: 110px;
}

.holiday-clipper {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:105px;
	overflow:hidden;
	z-index:-8998;
}
.holiday {
	position:absolute;
	display:none;
	left:0px;
	top:5px;
	width:34px;
	height:34px;
	background-image:url("/inc/css/halloween/eerie.gif");
	z-index:-8999;
}
.holiday2 {
	position:absolute;
	display:none;
	left:0px;
	top:5px;
	width:100px;
	height:100px;
	background-image:url("/inc/css/halloween/big_boo.gif");
	z-index:-8999;
}
