#boxmain {
	position: absolute;
	width: 1000px;
	height: 600px;
 	left:50%;
	top: 50%;
	margin-left:-500px; 
	margin-top:-300px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}
#boxtml, #boxtml_t, #boxtml_m, {
	width: 665px;
}
#boxtml {
	position: absolute;
	left: 0px;
	height: 560px;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	text-align: left;
}
	#boxtml_t {
		position: absolute;
		left: 0px;
		top: 0px;
		height: 142px;
		padding: 0px 0px 0px 0px;
		text-align: left;
		background-color: #FFFFFF;
	}
	#boxtml_m {
		position: absolute;
		left: 0px;
		top: 142px;
		height: 35px;
		padding: 0px 0px 0px 0px;
		text-align: left;
		background-color: #336699;
	}
	#boxtml_b {
		position: absolute;
		left: 0px;
		top: 177px;
		height: 356px;
		width: 648px;
		padding: 27px 0px 0px 17px;
		text-align: left;
		background-image: url(../images/index_ml.jpg);
		background-position: center;
		background-repeat: no-repeat;
	}
#boxtmr {
	position: relative;
	top: 0px;
	left: 665px;
	width: 335px;
	height: 560px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/index_tr.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
	#boxtmr_m {
		position: absolute;
		left: 20px;
		top: 220px;
		width: 300px;
		height: 260px;
		padding: 0px 0px 0px 0px;
		text-align: left;
		background-color: #666666;
		border: 1px solid #333333;
	}
	#boxtmr_b {
		position: absolute;
		left: 20px;
		top: 500px;
		width: 300px;
		height: 45px;
		padding: 0px 0px 0px 0px;
		text-align: left;
		background-color: #333333
	}
#boxb {
	position: absolute;
	margin-top: 0px;
	width: 1000px;
	height: 40px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

#text {
	width:410px;
	height:330px;
	overflow-x: hidden;
	overflow-y: auto;
}
#transbox1 {
  background-color: #ffffff;
  border: 1px solid black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}