/*
MAX-WIDTH 800px
*/

@media screen and (max-width: 800px) {

	body {
		background: #eee url(../../img/balloons-00.png) no-repeat center 140px;
	}

	#header {
		margin: 0 0 280px 0;
	}
	
}



/*
MAX-WIDTH 640px
*/

@media screen and (max-width: 640px) {

	body {
		background: #eee url(../../img/balloons-06.png) no-repeat center -98px;
	}
	
	#header {
		margin: 222px 0 30px 0;
	}
	
}