#body {
	margin: 0px;
	padding: 0px;
	font-family: "微軟正黑體", Arial;
	color: #000;
}
#wrapper {
	width: 100%;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
}

#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
}
#header_index {
	height: 300px;
	width: 100%;
	float: left;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
#header {
	height: 300px;
	width: 100%;
	float: left;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#content {
	float: left;
	width: 767px;
	margin-bottom: 30px;
	background-color: #FFF;
}
#content_index {
	width: 730px;
	float: left;
	margin-bottom: 30px;
}
#info {
	float: right;
	width: 270px;
}
#ad_bar {
	height: 30px;
	width: 720px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	background-color: #CCC;
	float: left;
	margin-right: 0px;
}

#footer {
	height: 70px;
	width: 100%;
	clear: both;
	padding: 0px;
	margin: 0px;
}
