html, body {
	width: 100%;
	height: 100%;	
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;	
	color: #FFFFFF;
}

img {
	border: 0px;
}

a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #b21619;
	text-decoration: none;
}


#top {
	width: 1000px;
	height: 171px;	
}

#bottom {
	width: 800px; /* -200 */
	height: 30px; /* -3 */
	background-image: url('../images/copyright.jpg');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 200px;
	padding-top: 3px;
}

 /* *********** SEARCH *********** */
 
td.searchField {
	width: 60px;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

input.whiteField {
	width: 115px;
	height: 13px;
	padding-left: 7px;
	font-size: 9px;
	background-image: url('http://www.thornleyhayne.com/images/fieldbox_blbg.gif');
	background-repeat: no-repeat;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	background-color: #FFFFFF;
	color: #b21619;
	font-family: verdana, arial, helvetica, sans-serif;
}

.seo_box, .seo_box a{
	COLOR:WHITE;
	font-size:0.8em;
		
		display:block; /*統一轉化為塊級元素*/
		overflow: hidden; 
		width: 1px; 
		height: 1px;
}