body {
	background: url(cardboard.jpg);
	text-align: center;
	font-family: arial;
}

.factbox-title {
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	padding: 5px;
	margin-bottom: 10px;
}

.factbox {
	font-size: 16px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	background: #FFF;
	width: 60%;
	height: 100px;
	border: 1px solid #000;
	position: absolute;
	left: 20%;
	top: 150px;
	padding: 20px;

}


.twitter {
	position: absolute;
	top: 5px;
	left: 5px;
	height: 15px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	padding: 2px;	

}

.twitter a {
	text-decoration: none;
	color: #000;
}

.twitter img {
	border: 0px;
}
