@charset "gb2312";
#main {
	background-attachment: scroll;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 800px;
}
body {
	text-align: center;
}
#logo {
	background-attachment: scroll;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	position: relative;
}
