@charset "utf-8";
/* CSS Document */
#hbg {
	background-color:#009988;
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity:0.70; /* FireFox */
	filter: alpha(opacity=70); /* IE */
	z-index: 1000;
	height: 100%;
	width: 100%;
	position:fixed;
	top: 0px;
	left: 0px;
	visibility:hidden;
}
#helpimg {
	visibility:hidden;
}
#helpimg1 {
	background-image:url("hm1.gif");
	width:799px;
	height:39px;
	z-index:1002;

	position:fixed;
	top:50px;
	left:50%;
	margin-left:-400px;
}
#helpimg2 {
	background:url("hm2.gif") no-repeat bottom;
	width:799px;
	height:101px;
	z-index:1001;
	position:fixed;
	top:72%;
	left:50%;
	margin-left:-400px;
}
#help {
	z-index: 1001;
	position:fixed;
	width:799px;
	height:76%;
	top:50px;
	left:50%;
	margin-left:-400px;
	visibility:hidden;
}
#helpS {
	position:absolute;
	display:inline-block;
	width:237px;
	height:95%;
	left:0px;
	top:39px;
	background-color:#dad5be;
	z-index:1003;
	border-left:#75008c 6px solid;
	border-right:#75008c 6px solid;
}
#helpM {
	position:absolute;
	display:inline-block;
	background-color:#dad5be;
	width:467px;
	height:95%;
	top:39px;
	left:320px;
	z-index:1003;
	border-left:#75008c 6px solid;
	border-right:#75008c 6px solid;
}
#helpm{
	height:100%;
}
#helps{
	height:100%;
}
#helpclose {
	margin-left:700px;
	margin-top:12px;
	cursor:pointer;
}