@charset "UTF-8";
.tbb_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	background-color: #333333;
	list-style-type: square;
}
.tbb_text a {
	color: #FFFFFF;
}
.background {
	background-attachment: fixed;
	background-color: #111111;
	background-image: url(images/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

