body { 
	background-color:#E9E9E9;
	
}

.theme-layout {
	width:1220px;
	margin:0px auto;
	background-color:#FFF;
}

.ie .theme-layout { width:980px; }

@media (min-width: 980px) and (max-width: 1199px) {
	
	.theme-layout { width:980px; }
	
}

@media (min-width: 768px) and (max-width: 979px) {
	
	.theme-layout { width:760px; }
		
}

@media (max-width: 767px) {
	
	body { background:#FFF; }
	
	.theme-layout {
		width:100%;
		border:0px;
		background-color:transparent;
	}
	
}