body{
	background-image: url("../Images/background.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
}
@media only screen and (max-width: 740px){
	body{
		background-image: url(../Images/backgroundmobile.jpg);
	}
}