body { 
	/* Image Location */ 
	background-image: url("../img/ottervale2.png"); 

	/* Background image is centered vertically and horizontally at all times */ 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	background-size: contain; 
	background-color: #FFFFFF; 
	/* Font Colour */ 
	color:white; 
} 
