body {
	font-size: 14px;
	line-height: 22px;
	background-image: url(images/base.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #FBF07E;
	margin: 0px;
	padding: 0px;
}
.small {
	font-size: 12px;
	line-height: 26px;
}

 a.btn:hover {
   opacity: 0.5;
   filter alpha(opacity=50);
   -ms-filter: "alpha(opacity=50)";
 }

.space {
	padding-top: 10px;
	padding-bottom: 10px;
}
