@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	background-color: #999;
	background-attachment: fixed;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-position: center top;
}
#wrapper {
	width:900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#main {
	width:900px;
	position: relative;
}
.txt {
	font-size: 15px;
	color: #555;
	line-height: 30px;
	font-family: "微軟正黑體";
}
#top {
	position: fixed;
	bottom: 0px;
	margin-left:0px;
}
#a5 {
	position: fixed;
	top: 0px;
	right: 80px;
}


