/* 背景 */
.indexbg {
	background-image: url(../images/indexbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.innerbg {
	background-image: url(../images/innerbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
/* 版權 */
.footer{
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	height:64px;
	width:900px;
}
.name{
	width:132px;
	height:21px;
	padding-left:27px;
	padding-top:23px;
}
.info{
	color:#cccccc;
	padding-top:14px;
	padding-left:15px;
	line-height:1.8;
}
.info a{
	color:#666666;
	text-decoration:none;
}
.info a:hover{
	color:#999999;
	text-decoration:none;
}
/* 清float */
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
