html {
	overflow : scroll;
	overflow-x: hidden;
}
body, div, h1, h2, h3, h4, p {
	margin:0;
	padding:0;
}
body {
	font-size: 100%;
	color: #2f2c2c;
	line-height: 155%;
	font-family: Arial, Helvetica, sans-serif;
}
td, tr {
	font-size: 100%;
	color: #2f2c2c;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	font-size: 100%;
	color: #eb6100;
	text-decoration: underline;
}
a:link {
	font-size: 100%;
	color: #0c72c9;
	text-decoration: underline;
}
a:hover {
	font-size: 100%;
	color: #c92b0c;
	text-decoration: none;
}
.graylink:visited {
	font-size: 100%;
	color: #2f2c2c;
	text-decoration: none;
	line-height: 155%;
}
.graylink:link {
	text-decoration: none;
	font-size: 100%;
	color: #2f2c2c;
	line-height: 155%;
}
.graylink:hover {
	color: #2875bc;
	font-size: 100%;
	text-decoration: none;
	line-height: 155%;
}

/*----------------- 最外層包裝 --------------------*/
#wrapper {
	width: 1000px;
	position:relative;
}

/*----------------- 主要內容區 --------------------*/
#main {
	background:url(images/main3.JPG);
	width:1000px;
	float:left;
	background-repeat:repeat;
	
}

