body {
	background-attachment: fixed;
	background-color: #000;
	background-image: url(images/base.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFF;
	letter-spacing: 1px;
}
.info {
	background-image: url(images/info_mid.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-size: 14px;
	line-height: 24px;
	color: #333;
}
a:link {
	color: #FC0;
	text-decoration: none;
}
.info_space {
	padding-left: 20px;
	padding-top: 20px;
	color: #FFF;
}
a:hover {
	color: #FF9;
	text-decoration: none;
}
a:visited {
	color: #FF6633;
	text-decoration: none;
}
.small {
	font-size: 12px;
	line-height: 24px;
}
.btn {
}

.white {
	font-size: 12px;
	color: #FFF;
}
