#flameLeft {    /*make invisible*/ 
	position: absolute;
	left:310px;
	top:150px;
	width:86px;
	height:249px;
	background-image:url(../images/site/flame-header.png);
}

#flameRight {
	position: absolute;
	left:1055px;
	top:150px;
	width:86px;
	height:249px;
	z-index:100;
	background-image:url(../images/site/flame-header.png);
}	

#poleLeft {
	position: absolute;
	left:310px;
	top:399px;
	width:86px;
	height:100%;
	background-image:url(../images/site/pole_bg.png);
}

#poleRight {
	position: absolute;
	left:1055px;
	top:399px;
	width:86px;
	z-index:100;
	height:100%;
	background-image:url(../images/site/pole_bg.png);
}	

#hide { filter:Alpha(opacity=100);
} 