/* All Layout 
-------------------------------------------------*/
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,p{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4 {
	line-height: 0;
}
*html h1,h2,h3,h4 {
	line-height: 0;
}
img {
	border: 0;
	margin: 0px;
	padding: 0px;
}

body {
	color: #666666;
	text-decoration: none;
	margin: 0px;
	width:100%;
	height:100%;
	text-align: center;/*向下相容舊版Browser無法判別margin:0 auto的置中語法*/
	font: 62.5%/1.8em "新細明體", Verdana, sans-serif;
	padding: 10px 0px 0px;
	background: #FFFFFF;
} 

a:link,a:visited {
		color: #666666;
		text-decoration: none;
}

a:hover,a:active {
	color: #666666;
	text-decoration: none;
}

form {	margin: 0px;}

input, select, textarea {
	color: #666666;
}

table {
	border-collapse:collapse;/*這個樣式是用來設定表格的框線(格線)是否重疊。 collapse (重疊)與 separate (分開)。*/
}

.clearfloat { 
/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	height:0;/*如果無法解決浮動圖層重疊的問題，可以加一段<br class="clearfloat">*/
	font-size: 1px;
	line-height: 0px;
	zoom: 1;
	overflow: hidden;
	clear: both;
}


#wrapper{
	width:1000px;
	margin:0 auto;
	text-align: left;
	min-width: 1000px;/*IE6以外版本都可以看(指最小寬度)*/
	position: relative;
	padding: 0px;
	background: #eeeeee;
	display: block;
	height: 100%;
	clear: both;
	overflow: hidden;
	

}
*html #wrapper{
 height: auto;
}

#wrapper #main {
	background: #FFFFFF;
	border: 1px solid #bcbcbc;
	height: 100%;
	width: 988px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
	clear: both;
}
#wrapper #main_index {
	background: #FFFFFF;
	height: 585px;
	width: 1000px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	z-index: 200;


}
#wrapper #main-video {
	background: #000000;
	border: 1px solid #bcbcbc;
	height: 100%;
	width: 988px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
	clear: both;
	font-size: 1.2em;
	color: #FFFFFF;
}
#wrapper #main-member {
	background: #666666 /*url(../images/member_bg05.jpg) repeat-y*/;
	/*background: #ffffff ;*/
	border: 1px solid #bcbcbc;
	height: 100%;
	width: 988px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
	clear: both;
	color: #FFFFFF;
}

#wrapper #main-member-area {
	background: #CCCCCC;
	border: 1px solid #bcbcbc;
	height: 100%;
	width: 988px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
	clear: both;
	color: #FFFFFF;
}
