body {
	background-color: #ddd;
	background-image: url('/cs-base-site/images/ecu-bg.png');
	background-repeat: repeat-y;
	background-size: 959px 100%;
	-moz-background-size: 959px 100%;
	-webkit-background-size:959px 100%;
	background-position: center;  /* Internet Explorer 7/8 */
}
@media (min-width: 768px) and (max-width: 979px) {
	body {
		background-color: #ddd;
		background-image: url('/cs-base-site/images/ecu-bg.png');
		background-repeat: repeat-y;
		background-size:724px 100%;
		-moz-background-size:724px 100%;
		-webkit-background-size:724px 100%;
		background-position: center;  /* Internet Explorer 7/8 */
	}	
}
@media (max-width: 767px) {
	body {
		background-color:#fff;
	}
}

.ecu-footer-inner {
	margin-left: 10px;
	margin-right: 10px;
}

@media (min-width: 768px) and (max-width: 979px) {
	.ecu-footer {
		max-width: 724px !important;
	}
}

@media (max-width: 767px) {

	.ecu-footer {
		margin: 0 auto !important;
	}

}