div#content_body {
	position:relative;
	top:0px;
	left:0px;

	width: 992px;
	height: auto;
	
	padding: 0;
	
	margin: 0 auto 0 85px;
	text-align: left;
	
	background: #e8e8e8;
}

@media screen and (min-width : 320px) and (max-width : 479px) {
	div#content_body { position:relative; top:0px; left:0px; width: 320px; height: auto; padding: 0; margin: 0 auto; text-align: left; background: #e8e8e8; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	div#content_body { position:relative; top:0px; left:0px; width: 480px; height: auto; padding: 0; margin: 0 auto; text-align: left; background: #e8e8e8; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	div#content_body { position:relative; top:0px; left:0px; width: 768px; height: auto; padding: 0; margin: 0 auto; text-align: left; background: #e8e8e8; }
}