﻿* {
	margin: 0;
	padding: 0;
	list-style: none;
	word-wrap: break-word;
	word-break: break-all
}
html {
	height: 100%;
	background: url(../tu/bg.png) center center repeat #fff89a;
}
body {
	min-height: 100%;
	font: 14px/1.8 "Microsoft Yahei";
	color: #333;
	background: url(bg.gif) top center repeat-y;
}
.cgi-body {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}
a {
	font-family:"微软雅黑"
}
