.standard-body .full-width .container {
	max-width: none;
	width: 1280px;
}

.no-responsive body {
	min-width: 1280px;
}

.standard-body .fixed .background {
	width: 1240px;
	max-width: none;
}

.main-fixed {
	width: 1240px;
	max-width: none;
}

@media (min-width:1098px) and (max-width:1280px) {
	.responsive .standard-body .full-width .container {
		width: 1098px;
	}
	
	.responsive .standard-body .fixed .background {
		width: 1058px;
	}
	
	.responsive .main-fixed {
		width: 1058px;
	}
}

@media (min-width:992px) and (max-width:1098px) {
	.responsive .standard-body .full-width .container {
		width: 966px;
	}
	
	.responsive .standard-body .fixed .background {
		width: 926px;
	}
	
	.responsive .main-fixed {
		width: 926px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.responsive .standard-body .full-width .container {
		width: 768px;
	}
	
	.responsive .standard-body .fixed .background {
		width: 728px;
	}
	
	.responsive .main-fixed {
		width: 728px;
	}
}
	
@media (max-width:768px) {
	.responsive .standard-body .full-width .container {
		width: auto;
	}
	
	.responsive .standard-body .fixed .background {
		width: auto;
	}
	
	.responsive .main-fixed {
		width: auto;
	}
}