html, body {
	background-color: #FFFF99;
	background-image: url(grass.png);
	background-position: left bottom;
	background-attachment: fixed;
	background-repeat: repeat-x;
 
	height: 100%;
	margin:0;
	padding:0;
}

.sunwrapper{
	background-image: url(cartoonsun.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
}
