/*定義-------------------------------------*/

body{
	background: #F2F2F2;
	}
#content{
	height: auto;
	width: 100%;
	margin: 0 auto;
	background:url(../data/wrapper/bg.jpg) repeat-x top;
	}

#footer{
	height:auto;
	width:100%;
	margin:0 auto;
	}
	

#header{
	height:auto;
	width:100%;
	margin:0 auto;
	}

/*定義-------------------------------------*/

#con_top{
	height: auto;
	width: 1100px;
	margin:0 auto;
	z-index:100;
	}

#logo{
	position: absolute;
	top: 3px;
	left: 25px;
	z-index: 100;
	}
#text_but{
	position: absolute;
	top: 20px;
	right: 30px;
	width: auto;
	height: auto;
	color: #777;
	}
#text_but a{
	color:#777;
	text-decoration:none;
	}
#text_but a:hover{
	color:#B19972;
	text-decoration:underline;
	}

#web{
	width:110px;
	height:118px;
	float:left;
	}
#line{
	width:110px;
	height:118px;
	float:right;
	}

#info{
	width: 690px;
	height: 10px;
	background: url(../data/wrapper/marquee_bg.png) no-repeat;
	padding: 10px 10px 10px 234px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	}
#info marquee{
	font-size: 15px;
	color: #434528;
	}
