/* article box adjustment for THIS page only */
.article{
	margin:100px 0 50px 0;
	padding:0 30px 0 30px;
}

/***********************/
/* screen under 969 px */
/***********************/
@media (max-width: 969px) {
	.article{
		margin:80px 0px 40px 0;
		padding:0 10px 0 10px;
	}
}





/****************************/
/* landcape and moving cars */
/****************************/
#ftr_main .houses {
	height: 520px;
	background: url(../img/ftr_houses_white.png) center top repeat-x;
}

#ftr_main .sky1 {
	background: url(../img/ftr_sky_white.png);
}

/* when we have a high res screen */
@media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:145dpi) {
	#ftr_main .houses {
		background: url(../img/ftr_houses_white_2x.png) center top repeat-x;
		background-size: 1414px auto
	}
			
	/* sky elements */
	#ftr_main .sky1 {
		background: url(../img/ftr_sky_white_2x.png) 0 0 / 1800px auto
	}
}