/* CSS Document */
div.div_floatlogo{
	position:fixed;
	bottom:100px;
	right:100px;
	width:400px;
	height:300px;
}
#floatlogo_image{
	width:400px;
	height:300px;
}
div.div_floatlogo_image{
	position:relative;	
	width:400px;
	height:300px;
}
div.div_floatlogo_text{
	position:absolute;
	color:#012F47;
	left:195px;
	top:190px;
	width:180px;
	height:24px;
	font-size:14px;
	line-height:24px;
	overflow:hidden;
	font-weight:bold;
	text-align:left;
}