/*定義-------------------------------------*/

body{
	background-color:#FFF;
	}


#footer{
	height:auto;
	width:100%;
	margin:0 auto;
	background:url(../data/wrapper/footer/bg.png) no-repeat center;
	}
	

#header{
	height:auto;
	width:100%;
	margin:0 auto;
	background:url(../data/wrapper/header_bg.jpg);
	}

/*定義-------------------------------------*/

#con_top{
	height: auto;
	width: 1100px;
	margin:0 auto;
	z-index:100;
	}

#logo{
	position: absolute;
	top: 10px;
	left: 0px;
	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;
	}
#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;
	}
