/*
MAX-WIDTH 800px
*/

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

	body {
		background: #eee url(../../img/balloons-00.png) no-repeat center 80px;
	}
	
	#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 -78px;
	}
	
	#header {
		margin: 243px 0 30px 0;
	}
	
}