body {
	background-attachment: fixed;
	background-image: url(images/base.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #666;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	background-color: #FFF;
}
.btn {
}
.border {
	background-image: url(images/border.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
}
.date {
	font-size: 10px;
	line-height: 16px;
	background-image: url(images/date_back.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 132px;
}
a:link {
	color: #FFA290;
	text-decoration: none;
}
.small {
	font-size: 12px;
	line-height: 24px;
}
a:hover {
	color: #FFE3E3;
	text-decoration: none;
}
a:visited {
	color: #C77C72;
}
