body {
	background-color: #e5e5e5;
	padding: 0;
	margin: 0;
	text-align: center;
}

#page {
	margin-left: auto;
	margin-right:auto;
	padding: 0 10px 10px 0;
	border-left: 1px solid #666;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-image: url(/fengshui/images/background.gif);
	background-repeat:repeat-y;
	width: 850px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
