.home #container {
	background: #CCBB42;
}
.home #sidebar #holder {
	background: url(../images/home/sidebar.jpg) no-repeat;
}
.home #wrapper {
	background: #FFFFFF url(../images/home/bkg.jpg) no-repeat center 70px;
}
.home #btnAbout:hover {
	background: url(../images/common/buttons/home/btn_about_h.gif) no-repeat;
}
.home #btnJoin:hover {
	background: url(../images/common/buttons/home/btn_join_h.gif) no-repeat;
}
.home #btnMember:hover {
	background: url(../images/common/buttons/home/btn_member_h.gif) no-repeat;
}
.home #btnFaqs:hover {
	background: url(../images/common/buttons/home/btn_faqs_h.gif) no-repeat;
}
.home #btnPrivacy:hover {
	background: url(../images/common/buttons/home/btn_privacy_h.gif) no-repeat;
}
.home #btnResearch:hover {
	background: url(../images/common/buttons/home/btn_research_h.gif) no-repeat;
}
.home #site_title {
	background: url(../images/home/site_title.gif) no-repeat;
}
.home #certifiedSender {
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.home #certifiedSender p {
	float: left;
	padding-right: 20px;
}
.home #certifiedSender p a {
	border-bottom:none;
}