/*footer.css // µ×²¿ÑùÊ½*/
#footer{
	width:824px;
	height:100px;
	margin:0;
	padding:0;
	float:left;
	background-color:#FFFFFF;
	border-bottom:1px solid #e0e0e0;
	border-top:1px solid #e0e0e0;
	text-align:left;
}
#footer #logo_left{
	margin:0;
	padding:0;
	width:175px;
	height:93px;
	float:left;
	background-image:url(../images/black_logo.gif);
	background-color:#FFFFFF;
}
.typestyle {
	 background-color:white;
	 visibility:hidden;
	 display:none;
	 position:absolute;
	 left:0px;
	 top:0px; }

#footer #content{
	margin:20px 0 0 0;
	padding:0;
	width:630px;
	height:78px;
	float:right;
	text-align:left;
	vertical-align: bottom;
	white-space: normal;
}


