/* CSS Document */
body{
	background-image: url("images/idaho-sunrise.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: contain;
	padding-top: 33.55%;
}
