.b_base {
	background-image: url(images/base02w.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.btn {
}
.border {
	background-image: url(images/border.gif);
	background-position: center center;
	height: 50px;
	background-repeat: no-repeat;
}
a:hover {
	color: #F69;
	text-decoration: none;
}
.small {
	font-size: 12px;
	line-height: 24px;
}
a:link {
	color: #F06;
	text-decoration: none;
}
.text {
	padding-left: 50px;
}
a:visited {
	color: #93C;
	text-decoration: none;
}
body {
	font-size: 14px;
	line-height: 24px;
	color: #FFF;
	background-attachment: fixed;
	background-color: #000;
	background-image: url(images/base.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.pngfix {
}
