body {
	background-color: white;
	color: black;
	font-size: 14px;
	font-family: Arial, sans-serif;
	/*
	background-image: url("images/background3.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom left;
	*/
	background: url(images/P1070233.JPG) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

