@import url(/includes/mpa.css);
@import url(/includes/print.css) print;

@media screen and (max-device-width: 1024px){
	body {
		background-image: none;
		background-color: #F9FAF6;
	}
	
	#container {
		height: auto;
	}
	
	#main-content {
		background: none;
	}
	
	.section-content {
		height: auto;
	}
	
	#main-content-body, #main-content-body-wide {
		height: auto;
		overflow: visible;
		
	}
	
	#footer {
		display: none;
	}
}
