body {
	background-image: url(images/base.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #F1F0EC;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	background-attachment: fixed;
	padding: 0px;
	margin: 0px;
}
.white_base {
	background-image: url(images/white_base.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 800px;
}
.btn {
}
.date {
	font-size: 10px;
	line-height: 20px;
	color: #666;
	background-image: url(images/date_back.gif);
	background-position: center center;
	width: 132px;
	background-repeat: no-repeat;
}
.small {
	font-size: 12px;
	line-height: 24px;
}
a:link {
	color: #0CF;
	text-decoration: none;
}
a:hover {
	color: #FC6;
	text-decoration: none;
}
a:visited {
	color: #069;
	text-decoration: none;
}
