#black-friday-banner {
	background-color: #222;
	background-image: url(/images/bf-bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 8px;
}
.bf-offer {
}
.bf-offer a {
	text-decoration: none;
}
.bf-offer .bf-message {
	font-size: 22px;
	font-weight: normal;
	color: #fbf78c;
	float: left;
	padding-top: 13px;
	text-align: center;
}
.bf-offer .bf-message-center {
	font-size: 22px;
	font-weight: normal;
	color: #fbf78c;
	padding-top: 13px;
	text-align: center;
}
.bf-offer .headline {
	font-weight: bold;
	color: #fff;
}
.bf-offer .offer-button {
	margin: 0 auto;
	font-family: Arial;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background-color: #3cb0fd;
	padding: 10px;
	margin: 11px 0 0 20px;
	width: 120px;
	display: block;
	text-decoration: none;
	float: left;
}
.bf-offer .offer-center {
	margin: 0 auto;
	font-family: Arial;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background-color: #3cb0fd;
	padding: 10px;
	width: 120px;
	text-decoration: none;
	margin-bottom: 6px;
}
