html, body { height: 100%; }

.body {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(images/Fall-flowers-BG.jpg);
	background-position:center top;
	background-color: #E99113;
	font-family: Arial, Helvetica, sans-serif;
	}
