#Bover {
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	background:url(../image/clicktoclose.gif) bottom right no-repeat #000000;
	text-align:center;
	cursor:pointer;
}

#Bbox {
	position:absolute;
	top:100px;
	text-align:center;
	left:0px;
	width:802px;
}

#BboxContent {
	width: 80%;
	height: 250px;
	margin: 30px auto;
	text-align: justify;
}

#Bcont {
	position:absolute;
	margin:auto;
	width:50px;
	height:50px;
	text-align:left;
	margin-top:250px;
	border:6px #000000 solid;
	background-color:#000000;
}

#Bclose {
	position:absolute;
	top:-20px;
	left:98%;
	width:32px;
	height:32px;
	background:url(../image/close.png) no-repeat;
	cursor:pointer;
}

