body
{
	height: 100%;
	width: 100%;
}

#lightMyFire_bg
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 998;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
#lightMyFire_box
{
	position: absolute;
	left: 50%;
	top: 50%;
	border: 1px white solid;
	z-index: 999;
	background-color: white;
}