.content-banner { width:100%; height:auto; background:#fff; padding:0 0 48px 0 }
.content-banner div.bg {
	width:1107px; height:228px;
	border:1px solid #d2d2d2; -webkit-border-radius:7px; -moz-border-radius:7px; border-radius:7px;
	text-align:center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,ededed+17,e9e9e9+26,e9e9e9+33,dadada+65,cdcdcd+100 */
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #ededed 17%, #e9e9e9 26%, #e9e9e9 33%, #dadada 65%, #cdcdcd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(17%,#ededed), color-stop(26%,#e9e9e9), color-stop(33%,#e9e9e9), color-stop(65%,#dadada), color-stop(100%,#cdcdcd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#ededed 17%,#e9e9e9 26%,#e9e9e9 33%,#dadada 65%,#cdcdcd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#ededed 17%,#e9e9e9 26%,#e9e9e9 33%,#dadada 65%,#cdcdcd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#ededed 17%,#e9e9e9 26%,#e9e9e9 33%,#dadada 65%,#cdcdcd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#ededed 17%,#e9e9e9 26%,#e9e9e9 33%,#dadada 65%,#cdcdcd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-9 */
}
.content-banner div.bg2 { width:349px; height:228px; display:inline-block; background:url('images/banner-home2.png') center center no-repeat }
@media(max-width:1108px){
	.content-banner div.bg { width:100% }
}
@media(max-width:639px){
	.content-banner div.bg2 { width:100%; background-size:300px auto }
}