/****************************  MOBILE  < 670 *****************************/
@media screen and (max-width: 669px) {

	body {
		margin: 0;
		padding: 0;	
	}
	#page_wrapper, #page_footer {
		width: 100%;	
		margin-right: 0;	
		margin-left: 0;
	}
	#page_header {
		background-size: contain;
		background-position-y: top;
		background-color: Linen;
		background-image: url(../img/responsive/header_noborder.jpg);

	}	
	#center {
		margin: 0 10px;	
	}
	
	#center img {
		max-width: 100% !important;
		height: auto !important;
	}
}