#tinybuddha {
	min-height: 140px;
	background: #fff url(images/tb-background.jpg) 50% 0 no-repeat;
	position: relative;
	padding: 20px 0;
}

#tinybuddha p {
	color: #4D4D4D;
	font: 16px/20px Georgia, serif;
	padding: 0 20px 0 20px;
}

a#tb-logo:link, a#tb-logo:visited {
	display: block;
	width: 188px;
	height: 47px;
	background: url(images/tb-logo.png) 0 0 no-repeat;
	text-indent: -9999px;
	margin: 20px auto 0 auto;
}

a#tb-get:link, a#tb-get:visited {
	display: block;
	width: 11px;
	height: 11px;
	float: right;
	background: url(images/tb-plus.png) 0 0 no-repeat;
	text-indent: -9999px;
	margin: 0 20px 0 0;
}