#content{
	font-size: 9px;
	text-align: left;
	border-bottom: 1px dotted #E2153E;
	background: #fff;
	padding: 2px 10px 2px 10px;
}

#content2{
   position: relative;
   width: 100%;
   min-height: 10px;
   _height: expression(((document.documentElement.clientHeight||document.body.clientHeight)<=1024)? 10:"100%");
   top: 0px;
   right: 0;
   text-align: left;
   background: #fff;
   padding: 2px 0px 2px 0px;
}

#content2 .title{
	position: absolute;
	width: 100%;
	height: 30px;
	top: 0px;
	left: 0px;
	color: #7D7D7D;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
	background: #E2153E;
}

#content2 .txt{
	position: relative;
	top: 0px;
	left: 0px;
	text-align: left;
}

#content2 .txt_left{
	position: relative;
	min-height: 10px;
	_height: expression(((document.documentElement.clientHeight||document.body.clientHeight)<=1024)? 10:"100%");
	top: 0px;
	left: 0px;
	text-align: left;
	padding-right: 50%;
}

#content2 .txt_right{
   position: absolute;
   width: 50%;
   _width: 100%;
   height: 100%;
   top: 0px;
   right: 0px;
   text-align: right;
}