body{
	background:url(/img/bg2.jpg) center top no-repeat;
	background-color: #ffeceb;
	overflow: hidden;
}
@media screen and (max-width:960px){
	body{
		background-size:150%;
	}
}