.bannercontainer {
	background-color:#fff;
	width:1000px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

.banner{
	width:1000px;
	height:400px;
	position:relative;
	overflow:hidden;
}

.big_black_alpha{
	position: absolute;
	color: #cfcfcf;
	font-size: 28px;
	line-height: 28px;
	font: Arial, Helvetica, sans-serif;
	padding: 15px 20px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	background: transparent url("../images/overlay-banner.png") 0 0 repeat;
	letter-spacing: -1.5px;
	opacity: 0.8;
}
.small_caps{
	font-size: 18px;
	padding: 5px 21px;
}