body{
	background-attachment: scroll;
	background-image: linear-gradient(green, white, green);
	background-size: 100%;
}

img{
	width: 100%;
}