body{
	/* background: url(../Images/bg01.jpg) no-repeat fixed center top transparent; */
	background: #f6f6f6;
	font-size: 14px;
	color: #333333;
	text-align: center;
}
td{
	padding: 3px;
}
img,li{
	vertical-align: middle;
}
a{color: #333333;text-decoration:none;}a:hover{color: #ea792b;}
#page{
	text-align: left;
	width: 96%;
	margin: 0 auto;
	padding-bottom: 15px;
	overflow: hidden;
}
#hd{
	width: 96%;
	height: 60px;
	line-height: 60px;
	padding: 0 2%;
	font-size: 1.2em;
	font-weight: bold;
}
#hd .icon{
	width: 40px;
	height: 40px;
	overflow: hidden;
	float: left;
	margin: 10px 10px 0 0;
	background: #ea792b;
	border-radius: 50%;
}
#map{
	margin: 20px 2% 30px 2%;
	width: 96%;
	overflow: hidden;
	background: #ffffff;
	float: left;
	text-align: center;
}