body {
/*	background: #ffcc00 url('../../images/bg.jpg') no-repeat top center; */
}
#logo a {
	display: block;
	width: 498px;
	height: 156px;
	background: url('../../images/tigerbkmtlogo.png') no-repeat;
	text-indent: -9999em;
}
#banner {
	background: url('../../images/banner.gif') repeat-x;
}
	#bannerclose {
		background: url('../../images/bannerclose.jpg') no-repeat;
		width: 34px;
		height: 18px;
		text-indent: -9999em;
	}
p.alert {
	/* Only change these colors if absolutely neccessary. e.g. - Background color clash */
	background: #85A74B;
	border-bottom: 1px solid #555;
	border-bottom-color: rgba(0, 0, 0, 0.35);
	border-top: 1px solid #9BC458;
}
#buysellbar {
	background: url('../../images/mainbar_blue.png') no-repeat bottom center;
}
#buy .features {
	background: url('../../images/buybooks_featurespot.png') no-repeat;
}
#sell .features {
	background: url('../../images/sellbooks_featurespot.png') no-repeat;
}
.subpage #searchbar {
	background: url('../../images/searchbar.png') no-repeat center;
}

.boxmain {
	background: url('../../images/boxmid.png') repeat-y center bottom;
}
.boxtop {
	background: url('../../images/boxtop.png') no-repeat center;
}
.boxmid {
	background: url('../../images/boxbottom.png') no-repeat bottom center;
}

#footer {
	background: url('../../images/footerbg.png') repeat-x; 
}
	#footer ul li {
		background: url('../../images/footerbullet.gif') no-repeat center left;
	}
		#footer ul li a {
			color: #4b4b4b;
		}
		#footer ul li a:hover {
			color: #222;
		}
		#footer p {
			color: #4b4b4b;
		}