body {
	background-color: white;
	color: black;
	font-size: 14px;
	font-family: Arial, sans-serif;
	background: url(images/Sunflower.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

