@charset "utf-8";
/*===============上面這是清除css原預設格式===============*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,img
{
	margin:0;
	padding: 0;
}
li {list-style-type:none;}
h1{
	color:#993300;
	font-size:18px;
}

#top_banner{
	background-image:url(../images/health/banner.jpg);
	background-repeat: no-repeat;
	height:228px;
	width:970px;
}

#heading{
	background-image:url(../images/health/icon.jpg);
	background-repeat:no-repeat;
	padding:36px 0 10px 70px;
	margin:10px 0 10px 0;
	height:30px;
	width:650px; 
	float:left;
}
#txt{
	color:#666666;
	font-size:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
	width:700px;
	background-image: url(../images/health/pic.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom:150px;
}